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)

Syntax

public enum HostedServiceStatus
public enum class HostedServiceStatus
type HostedServiceStatus
Public Enumeration HostedServiceStatus

Members

Member name Description
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.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top