CloudServiceListResponse::CloudServices Property

 

Optional. The list of cloud service locations for this subscription.

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

public:
property IList<CloudServiceListResponse::CloudService^>^ CloudServices {
	IList<CloudServiceListResponse::CloudService^>^ get();
	void set(IList<CloudServiceListResponse::CloudService^>^ value);
}
Return to top
Show: