CloudServiceOperationsExtensions.ListAsync Method (ICloudServiceOperations)

 

The List Cloud Services operation enumerates services that are provisioned for a subscription.

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

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As ICloudServiceOperations
) As Task(Of CloudServiceListResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations

Reference to the Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.

Return Value

Type: System.Threading.Tasks.Task(Of CloudServiceListResponse)

The response structure for the Cloud Service List operation.

Return to top
Show: