Share via


HostedServiceListResponse.HostedServices Property

 

Gets or sets a collection of HostedServiceListResponse.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)

Syntax

public IList<HostedServiceListResponse.HostedService> HostedServices { get; set; }
public:
property IList<HostedServiceListResponse::HostedService^>^ HostedServices {
    IList<HostedServiceListResponse::HostedService^>^ get();
    void set(IList<HostedServiceListResponse::HostedService^>^ value);
}
member HostedServices : IList<HostedServiceListResponse.HostedService> with get, set
Public Property HostedServices As IList(Of HostedServiceListResponse.HostedService)

Property Value

Type: System.Collections.Generic.IList<HostedServiceListResponse.HostedService>

A collection of HostedServiceListResponse.HostedService objects.

See Also

HostedServiceListResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top