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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET