PrivateLinkServiceIpConfigurationPropertiesOutput interface
Properties of private link service IP configuration.
Properties
| primary | Whether the ip configuration is primary or not. |
| private |
The private IP address of the IP configuration. |
| private |
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. |
| private |
The private IP address allocation method. |
| provisioning |
The provisioning state of the private link service IP configuration resource. |
| subnet | The reference to the subnet resource. |
Property Details
primary
Whether the ip configuration is primary or not.
primary?: boolean
Property Value
boolean
privateIPAddress
The private IP address of the IP configuration.
privateIPAddress?: string
Property Value
string
privateIPAddressVersion
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.
privateIPAddressVersion?: "IPv4" | "IPv6"
Property Value
"IPv4" | "IPv6"
privateIPAllocationMethod
The private IP address allocation method.
privateIPAllocationMethod?: "Static" | "Dynamic"
Property Value
"Static" | "Dynamic"
provisioningState
The provisioning state of the private link service IP configuration resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"