HostedServiceStatus 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 status of the cloud service.
public enum HostedServiceStatus
type HostedServiceStatus =
Public Enum HostedServiceStatus
- Inheritance
-
HostedServiceStatus
Fields
Name | Value | Description |
---|---|---|
Created | 0 | |
Creating | 1 | |
Deleting | 2 | |
Deleted | 3 | |
Changing | 4 | |
ResolvingDns | 5 |