AccountOperationsExtensions.List(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 Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountListResponse List (this Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations operations);
static member List : Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations -> Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountListResponse
<Extension()>
Public Function List (operations As IAccountOperations) As MediaServicesAccountListResponse

Parameters

operations
IAccountOperations

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

Returns

The List Media Accounts operation response.

Applies to