AccountOperationsExtensions::Get 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)

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

public:
[ExtensionAttribute]
static MediaServicesAccountGetResponse^ Get(
	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: Microsoft.WindowsAzure.Management.MediaServices.Models::MediaServicesAccountGetResponse^

The Get Media Services Account operation response.

Return to top
Show: