AccountOperationsExtensions.GetAsync Method (IAccountOperations, String)
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)
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
public static Task<MediaServicesAccountGetResponse> GetAsync( this IAccountOperations operations, string accountName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations
Reference to the Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations.
- 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.
Show: