Scale Set Network Profile Ip Configuration Args
data class ScaleSetNetworkProfileIpConfigurationArgs(val applicationGatewayBackendAddressPoolIds: Output<List<String>>? = null, val applicationSecurityGroupIds: Output<List<String>>? = null, val loadBalancerBackendAddressPoolIds: Output<List<String>>? = null, val loadBalancerInboundNatRulesIds: Output<List<String>>? = null, val name: Output<String>, val primary: Output<Boolean>, val publicIpAddressConfiguration: Output<ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationArgs>? = null, val subnetId: Output<String>) : ConvertibleToJava<ScaleSetNetworkProfileIpConfigurationArgs>
Constructors
Link copied to clipboard
fun ScaleSetNetworkProfileIpConfigurationArgs(applicationGatewayBackendAddressPoolIds: Output<List<String>>? = null, applicationSecurityGroupIds: Output<List<String>>? = null, loadBalancerBackendAddressPoolIds: Output<List<String>>? = null, loadBalancerInboundNatRulesIds: Output<List<String>>? = null, name: Output<String>, primary: Output<Boolean>, publicIpAddressConfiguration: Output<ScaleSetNetworkProfileIpConfigurationPublicIpAddressConfigurationArgs>? = null, subnetId: Output<String>)
Functions
Properties
Link copied to clipboard