WebSiteRuntimeAvailabilityState Enum

Definition

The runtime availability of a website.

public enum WebSiteRuntimeAvailabilityState
type WebSiteRuntimeAvailabilityState = 
Public Enum WebSiteRuntimeAvailabilityState
Inheritance
WebSiteRuntimeAvailabilityState

Fields

Degraded 1

The web site is running temporarily in a degraded mode (typically with less memory and a shared instance).

Normal 0

The web site is running correctly.

NotAvailable 2

Due to an unexpected issue, the site has been excluded from provisioning. This typically occurs only for free sites.

Applies to