LoadBalancerResourceNames interface
The resource names object for load balancer and related resources.
Properties
backend |
The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1 |
frontend |
The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. |
health |
The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer. |
load |
The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer. |
Property Details
backendPoolNames
The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1
backendPoolNames?: string[]
Property Value
string[]
frontendIpConfigurationNames
The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.
frontendIpConfigurationNames?: string[]
Property Value
string[]
healthProbeNames
The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.
healthProbeNames?: string[]
Property Value
string[]
loadBalancerName
The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer.
loadBalancerName?: string
Property Value
string
Azure SDK for JavaScript