AccountOperationsExtensions.ListAsync Method (IAccountOperations)

 

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)

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

public static Task<MediaServicesAccountListResponse> ListAsync(
	this IAccountOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations

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

Return Value

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

The List Media Accounts operation response.

Return to top
Show: