IpConfigurationResponse

data class IpConfigurationResponse(val applicationGatewayBackendAddressPools: List<SubResourceResponse>? = null, val loadBalancerBackendAddressPools: List<SubResourceResponse>? = null, val loadBalancerInboundNatPools: List<SubResourceResponse>? = null, val name: String, val privateIPAddressVersion: String? = null, val publicIPAddressConfiguration: IpConfigurationResponsePublicIPAddressConfiguration? = null, val subnet: SubResourceResponse? = null)

Specifies an IP configuration of the network interface.

Constructors

Link copied to clipboard
constructor(applicationGatewayBackendAddressPools: List<SubResourceResponse>? = null, loadBalancerBackendAddressPools: List<SubResourceResponse>? = null, loadBalancerInboundNatPools: List<SubResourceResponse>? = null, name: String, privateIPAddressVersion: String? = null, publicIPAddressConfiguration: IpConfigurationResponsePublicIPAddressConfiguration? = null, subnet: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies an array of references to backend address pools of application gateways. A node type can reference backend address pools of multiple application gateways. Multiple node types cannot use the same application gateway.

Link copied to clipboard

Specifies an array of references to backend address pools of load balancers. A node type can reference backend address pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.

Link copied to clipboard

Specifies an array of references to inbound Nat pools of the load balancers. A node type can reference inbound nat pools of one public and one internal load balancer. Multiple node types cannot use the same basic sku load balancer.

Link copied to clipboard

Name of the network interface.

Link copied to clipboard

Specifies whether the IP configuration's private IP is IPv4 or IPv6. Default is IPv4.

Link copied to clipboard

The public IP address configuration of the network interface.

Link copied to clipboard

Specifies the subnet of the network interface.