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)

public:
property HostedServiceStatus Status {
	HostedServiceStatus get();
	void set(HostedServiceStatus value);
}
Return to top
Show: