Load Balancer Resource Settings Args
data class LoadBalancerResourceSettingsArgs(val backendAddressPools: Output<List<LBBackendAddressPoolResourceSettingsArgs>>? = null, val frontendIPConfigurations: Output<List<LBFrontendIPConfigurationResourceSettingsArgs>>? = null, val resourceType: Output<String>, val sku: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val targetResourceGroupName: Output<String>? = null, val targetResourceName: Output<String>, val zones: Output<String>? = null) : ConvertibleToJava<LoadBalancerResourceSettingsArgs>
Defines the load balancer resource settings.
Constructors
Link copied to clipboard
fun LoadBalancerResourceSettingsArgs(backendAddressPools: Output<List<LBBackendAddressPoolResourceSettingsArgs>>? = null, frontendIPConfigurations: Output<List<LBFrontendIPConfigurationResourceSettingsArgs>>? = null, resourceType: Output<String>, sku: Output<String>? = null, tags: Output<Map<String, String>>? = null, targetResourceGroupName: Output<String>? = null, targetResourceName: Output<String>, zones: Output<String>? = null)