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)
Usage
'Usage
Dim instance As CloudServiceListResponse
Dim value As IList(Of CloudService)
value = instance.CloudServices
instance.CloudServices = value
Syntax
'Declaration
Public Property CloudServices As IList(Of CloudService)
public IList<CloudService> CloudServices { get; set; }
public:
property IList<CloudService^>^ CloudServices {
IList<CloudService^>^ get ();
void set (IList<CloudService^>^ value);
}
/** @property */
public IList<CloudService> get_CloudServices ()
/** @property */
public void set_CloudServices (IList<CloudService> value)
public function get CloudServices () : IList<CloudService>
public function set CloudServices (value : IList<CloudService>)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
CloudServiceListResponse Class
CloudServiceListResponse Members
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace