Share via


AccountOperationsExtensions.GetAsync Method (IAccountOperations, String)

 

The Get Media Services Account operation gets detailed information about a media services account in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166974.aspx for more information)

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

Syntax

public static Task<MediaServicesAccountGetResponse> GetAsync(
    this IAccountOperations operations,
    string accountName
)
public:
[ExtensionAttribute]
static Task<MediaServicesAccountGetResponse^>^ GetAsync(
    IAccountOperations^ operations,
    String^ accountName
)
static member GetAsync : 
        operations:IAccountOperations *
        accountName:string -> Task<MediaServicesAccountGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IAccountOperations,
    accountName As String
) As Task(Of MediaServicesAccountGetResponse)

Parameters

  • accountName
    Type: System.String

    Required. The name of the Media Services account.

Return Value

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

The Get Media Services Account operation response.

See Also

AccountOperationsExtensions Class
Microsoft.WindowsAzure.Management.MediaServices Namespace

Return to top