Class GetServiceNatIpConfigurationResult
Inheritance
System.Object
GetServiceNatIpConfigurationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.PrivateLink.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetServiceNatIpConfigurationResult
Fields
View SourceName
The name of the private link service.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Primary
Value that indicates if the IP configuration is the primary configuration or not.
Declaration
public readonly bool Primary
Field Value
| Type | Description |
|---|---|
| System.Boolean |
PrivateIpAddress
The private IP address of the NAT IP configuration.
Declaration
public readonly string PrivateIpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpAddressVersion
The version of the IP Protocol.
Declaration
public readonly string PrivateIpAddressVersion
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetId
The ID of the subnet to be used by the service.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |