LoadBalancerPropertiesFormatOutput interface
Properties of the load balancer.
Properties
| backend |
Collection of backend address pools used by a load balancer. |
| frontend |
Object representing the frontend IPs to be used for the load balancer. |
| inbound |
Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound NAT rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules. |
| inbound |
Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules. |
| load |
Object collection representing the load balancing rules Gets the provisioning. |
| outbound |
The outbound rules. |
| probes | Collection of probe objects used in the load balancer. |
| provisioning |
The provisioning state of the load balancer resource. |
| resource |
The resource GUID property of the load balancer resource. |
Property Details
backendAddressPools
Collection of backend address pools used by a load balancer.
backendAddressPools?: BackendAddressPoolOutput[]
Property Value
frontendIPConfigurations
Object representing the frontend IPs to be used for the load balancer.
frontendIPConfigurations?: FrontendIPConfigurationOutput[]
Property Value
inboundNatPools
Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound NAT rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules.
inboundNatPools?: InboundNatPoolOutput[]
Property Value
inboundNatRules
Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules.
inboundNatRules?: InboundNatRuleOutput[]
Property Value
loadBalancingRules
Object collection representing the load balancing rules Gets the provisioning.
loadBalancingRules?: LoadBalancingRuleOutput[]
Property Value
outboundRules
probes
Collection of probe objects used in the load balancer.
probes?: ProbeOutput[]
Property Value
provisioningState
The provisioning state of the load balancer resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
resourceGuid
The resource GUID property of the load balancer resource.
resourceGuid?: string
Property Value
string