AccountOperationsExtensions.ListAsync Method

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)

Usage

'Usage
Dim operations As IAccountOperations
Dim returnValue As Task(Of MediaServicesAccountListResponse)

returnValue = AccountOperationsExtensions.ListAsync(operations)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ListAsync ( _
    operations As IAccountOperations _
) As Task(Of MediaServicesAccountListResponse)
[ExtensionAttribute] 
public static Task<MediaServicesAccountListResponse> ListAsync (
    IAccountOperations operations
)
[ExtensionAttribute] 
public:
static Task<MediaServicesAccountListResponse^>^ ListAsync (
    IAccountOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static Task<MediaServicesAccountListResponse> ListAsync (
    IAccountOperations operations
)
ExtensionAttribute 
public static function ListAsync (
    operations : IAccountOperations
) : Task<MediaServicesAccountListResponse>

Parameters

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

Return Value

The List Media Accounts operation response.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

AccountOperationsExtensions Class
AccountOperationsExtensions Members
Microsoft.WindowsAzure.Management.MediaServices Namespace