Share via


CloudServiceOperationsExtensions.ListAsync Method (ICloudServiceOperations)

 

Retrieve a list of Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)

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

Syntax

public static Task<CloudServiceListResponse> ListAsync(
    this ICloudServiceOperations operations
)
public:
[ExtensionAttribute]
static Task<CloudServiceListResponse^>^ ListAsync(
    ICloudServiceOperations^ operations
)
static member ListAsync : 
        operations:ICloudServiceOperations -> Task<CloudServiceListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As ICloudServiceOperations
) As Task(Of CloudServiceListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<CloudServiceListResponse>

The response model for the list cloud service operation.

See Also

CloudServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top