GetVirtualMachineScaleSetNetworkInterfaceIpConfiguration

data class GetVirtualMachineScaleSetNetworkInterfaceIpConfiguration(val applicationGatewayBackendAddressPoolIds: List<String>, val applicationSecurityGroupIds: List<String>, val loadBalancerBackendAddressPoolIds: List<String>, val loadBalancerInboundNatRulesIds: List<String>, val name: String, val primary: Boolean, val publicIpAddresses: List<GetVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress>, val subnetId: String, val version: String)

Constructors

constructor(applicationGatewayBackendAddressPoolIds: List<String>, applicationSecurityGroupIds: List<String>, loadBalancerBackendAddressPoolIds: List<String>, loadBalancerInboundNatRulesIds: List<String>, name: String, primary: Boolean, publicIpAddresses: List<GetVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddress>, subnetId: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of references to backend address pools of application gateways.

Link copied to clipboard

The application security group IDs to use.

Link copied to clipboard

An array of references to backend address pools of load balancers.

Link copied to clipboard

An array of references to inbound NAT pools for load balancers.

Link copied to clipboard

The name of this Virtual Machine Scale Set.

Link copied to clipboard

If this ip_configuration is the primary one.

Link copied to clipboard

The virtual machines scale set IP Configuration's PublicIPAddress configuration. The public_ip_address is documented below.

Link copied to clipboard

The identifier of the subnet.

Link copied to clipboard

The Internet Protocol Version of the public IP address.