Click or drag to resize
LoadBalancerStatus Properties
This API is preliminary and subject to change.

The LoadBalancerStatus type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActive
Gets a LoadBalancerStatus representing a load balancer that is configured properly and ready to serve traffic to incoming requests via the configured virtual IPs.
Public propertyStatic memberBuild
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.
Public propertyStatic memberDeleted
Gets a LoadBalancerStatus representing a load balancer that has been deleted.
Public propertyStatic memberError
Gets a LoadBalancerStatus indicating the system encountered an error when attempting to configure the load balancer.
Public propertyName
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.)
Public propertyStatic memberPendingDelete
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.
Public propertyStatic memberPendingUpdate
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.
Public propertyStatic memberSuspended
Gets a LoadBalancerStatus representing a load balancer that has been taken offline and disabled.
Top
See Also