HostedServiceStatus Enumeration

 

Specifies the status of the cloud service.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public enum HostedServiceStatus

Member nameDescription
Changing

Specifies that the status is changing.

Created

Specifies that the cloud service was created.

Creating

Specifies that the status is creating.

Deleted

Specifies that the cloud service was deleted.

Deleting

Specifies that the status is deleting.

ResolvingDns

Specifies that the cloud service is resolving DNS.

Return to top
Show: