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
constructor(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)
Properties
Link copied to clipboard
Gets or sets the backend address pools of the load balancer.
Link copied to clipboard
Gets or sets the frontend IP configurations of the load balancer.
Link copied to clipboard
The resource type. For example, the value can be Microsoft.Compute/virtualMachines. Expected value is 'Microsoft.Network/loadBalancers'.
Link copied to clipboard
Gets or sets the target resource group name.
Link copied to clipboard
Gets or sets the target Resource name.