CloudServiceListResponse.CloudServices Property
Optional. Gets or sets the list of cloud service locations for this subscription.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public IList<CloudService> CloudServices { get; set; }
public:
property IList<CloudService^>^ CloudServices {
IList<CloudService^>^ get();
void set(IList<CloudService^>^ value);
}
member CloudServices : IList<CloudService> with get, set
Public Property CloudServices As IList(Of CloudService)
Property Value
Type: System.Collections.Generic.IList<CloudService>
See Also
CloudServiceListResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top