WebSiteRuntimeAvailabilityState Enum
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.
The runtime availability of a website.
public enum WebSiteRuntimeAvailabilityState
type WebSiteRuntimeAvailabilityState =
Public Enum WebSiteRuntimeAvailabilityState
- Inheritance
-
WebSiteRuntimeAvailabilityState
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | The web site is running correctly. |
Degraded | 1 | The web site is running temporarily in a degraded mode (typically with less memory and a shared instance). |
NotAvailable | 2 | Due to an unexpected issue, the site has been excluded from provisioning. This typically occurs only for free sites. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET