WebSite.RuntimeAvailabilityState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET