AccountOperationsExtensions.ListAsync(IAccountOperations) Method

Definition

The List Media Services Account operation gets information about all existing media services accounts associated with the current subscription in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166989.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountListResponse> ListAsync (this Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountListResponse>
<Extension()>
Public Function ListAsync (operations As IAccountOperations) As Task(Of MediaServicesAccountListResponse)

Parameters

operations
IAccountOperations

Reference to the Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations.

Returns

The List Media Accounts operation response.

Applies to