WebSite.AvailabilityState Property

Definition

Optional. The state of the availability of management information for the web site. Possible values are Normal or Limited. Normal means that the web site is running correctly and that management information for the web site is available. Limited means that only partial management information for the web site is available and that detailed web site information is unavailable.

public Microsoft.WindowsAzure.Management.WebSites.Models.WebSpaceAvailabilityState? AvailabilityState { get; set; }
member this.AvailabilityState : Nullable<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpaceAvailabilityState> with get, set
Public Property AvailabilityState As Nullable(Of WebSpaceAvailabilityState)

Property Value

Applies to