LoadBalancerStatus Properties |
The LoadBalancerStatus type exposes the following members.
Name | Description | |
---|---|---|
Active |
Gets a LoadBalancerStatus representing a load balancer that is configured
properly and ready to serve traffic to incoming requests via the configured virtual IPs.
| |
Build |
Gets a LoadBalancerStatus representing a load balancer that is being
provisioned for the first time and configuration is being applied to bring the service
online. The service will not yet be ready to serve incoming requests.
| |
Deleted |
Gets a LoadBalancerStatus representing a load balancer that has been
deleted.
| |
Error |
Gets a LoadBalancerStatus indicating the system encountered an error
when attempting to configure the load balancer.
| |
Name |
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.) | |
PendingDelete |
Gets a LoadBalancerStatus representing a load balancer that is online
but configuration changes are being applied to begin deletion of the service based
on a previous request.
| |
PendingUpdate |
Gets a LoadBalancerStatus representing a load balancer that is online
but configuration changes are being applied to update the service based on a previous
request.
| |
Suspended |
Gets a LoadBalancerStatus representing a load balancer that has been
taken offline and disabled.
|