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
fun OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs(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)
Functions
Properties
Link copied to clipboard