ServiceStatus 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.
Represents the status of a service retrieved by calling GetServiceListAsync(Uri).
public enum ServiceStatus
type ServiceStatus =
Public Enum ServiceStatus
- Inheritance
-
ServiceStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The service status is not yet known. |
Active | 1 | The service has been successfully created. |
Upgrading | 2 | The service is being upgraded. |
Deleting | 3 | The service is being deleted. |
Creating | 4 | The service is being created. |
Failed | 5 | Creation or deletion was terminated due to persistent failures. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.