LoadBalancerFrontendIpConfigurationPropertiesResponse

data class LoadBalancerFrontendIpConfigurationPropertiesResponse(val privateIPAddress: String? = null, val publicIPAddress: SubResourceResponse? = null, val subnet: SubResourceResponse? = null)

Describes a cloud service IP Configuration

Constructors

constructor(privateIPAddress: String? = null, publicIPAddress: SubResourceResponse? = null, subnet: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The virtual network private IP address of the IP configuration.

Link copied to clipboard

The reference to the public ip address resource.

Link copied to clipboard

The reference to the virtual network subnet resource.