Private Link Service Ip Configuration Response
data class PrivateLinkServiceIpConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val primary: Boolean? = null, val privateIPAddress: String? = null, val privateIPAddressVersion: String? = null, val privateIPAllocationMethod: String? = null, val provisioningState: String, val subnet: SubnetResponse? = null, val type: String)
The private link service ip configuration.
Properties
Link copied to clipboard
The private IP address of the IP configuration.
Link copied to clipboard
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.
Link copied to clipboard
The private IP address allocation method.
Link copied to clipboard
The provisioning state of the private link service IP configuration resource.
Link copied to clipboard
The reference to the subnet resource.