HostedServiceProperties.Status Property

 

Gets or sets 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 HostedServiceStatus Status { get; set; }
public:
property HostedServiceStatus Status {
    HostedServiceStatus get();
    void set(HostedServiceStatus value);
}
member Status : HostedServiceStatus with get, set
Public Property Status As HostedServiceStatus

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceStatus

The status.

See Also

HostedServiceProperties Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top