HostedServiceListResponse.HostedServices Property
Gets or sets a collection of HostedService objects that define the cloud services in a subscription.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As HostedServiceListResponse
Dim value As IList(Of HostedService)
value = instance.HostedServices
instance.HostedServices = value
Syntax
'Declaration
Public Property HostedServices As IList(Of HostedService)
public IList<HostedService> HostedServices { get; set; }
public:
property IList<HostedService^>^ HostedServices {
IList<HostedService^>^ get ();
void set (IList<HostedService^>^ value);
}
/** @property */
public IList<HostedService> get_HostedServices ()
/** @property */
public void set_HostedServices (IList<HostedService> value)
public function get HostedServices () : IList<HostedService>
public function set HostedServices (value : IList<HostedService>)
Property Value
A collection of HostedService objects.
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
HostedServiceListResponse Class
HostedServiceListResponse Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace