Orchestrated Virtual Machine Scale Set Network Interface Ip Configuration Args
data class OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs(val applicationGatewayBackendAddressPoolIds: Output<List<String>>? = null, val applicationSecurityGroupIds: Output<List<String>>? = null, val loadBalancerBackendAddressPoolIds: Output<List<String>>? = null, val name: Output<String>, val primary: Output<Boolean>? = null, val publicIpAddresses: Output<List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs>>? = null, val subnetId: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs>
Constructors
Link copied to clipboard
constructor(applicationGatewayBackendAddressPoolIds: Output<List<String>>? = null, applicationSecurityGroupIds: Output<List<String>>? = null, loadBalancerBackendAddressPoolIds: Output<List<String>>? = null, name: Output<String>, primary: Output<Boolean>? = null, publicIpAddresses: Output<List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs>>? = null, subnetId: Output<String>? = null, version: Output<String>? = null)
Properties
Link copied to clipboard
A list of Backend Address Pools IDs from a Application Gateway which this Virtual Machine Scale Set should be connected to.
Link copied to clipboard
A list of Application Security Group IDs which this Virtual Machine Scale Set should be connected to.
Link copied to clipboard
A list of Backend Address Pools IDs from a Load Balancer which this Virtual Machine Scale Set should be connected to.
Link copied to clipboard
val publicIpAddresses: Output<List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs>>? = null
A public_ip_address
block as defined below.