WebSite.RuntimeAvailabilityState Property

Definition

Optional. The current availability state for the web site. Possible values are Normal, Degraded, or NotAvailable: Normal: the web site is running correctly; Degraded: the web site is running temporarily in a degraded mode (typically with less memory and a shared instance); Not Available: due to an unexpected issue, the site has been excluded from provisioning. This typically occurs only for free sites.

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

Property Value

Applies to