Share via


AccountOperationsExtensions.List 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 https://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)

Syntax

public static MediaServicesAccountListResponse List(
    this IAccountOperations operations
)
public:
[ExtensionAttribute]
static MediaServicesAccountListResponse^ List(
    IAccountOperations^ operations
)
static member List : 
        operations:IAccountOperations -> MediaServicesAccountListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IAccountOperations
) As MediaServicesAccountListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountListResponse

The List Media Accounts operation response.

See Also

AccountOperationsExtensions Class
Microsoft.WindowsAzure.Management.MediaServices Namespace

Return to top