HostedServiceOperationsExtensions.List Method (IHostedServiceOperations)

 

Lists the cloud services in a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public static HostedServiceListResponse List(
	this IHostedServiceOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations

The IHostedServiceOperations object that specifies the cloud service operations.

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListResponse

The HostedServiceListResponse object that contains a list of cloud services in a subscription.

For more information about listing cloud services, see the following resources:

Return to top
Show: