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)

public IList<HostedServiceListResponse.HostedService> HostedServices { get; set; }
Return to top
Show: