AccountOperationsExtensions.GetAsync(IAccountOperations, String) Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations operations, string accountName);
static member GetAsync : Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountGetResponse>
<Extension()>
Public Function GetAsync (operations As IAccountOperations, accountName As String) As Task(Of MediaServicesAccountGetResponse)

Parameters

operations
IAccountOperations

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

accountName
String

Required. The name of the Media Services account.

Returns

The Get Media Services Account operation response.

Applies to