AccountOperationsExtensions.Get(IAccountOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountGetResponse Get (this Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations operations, string accountName);
static member Get : Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations * string -> Microsoft.WindowsAzure.Management.MediaServices.Models.MediaServicesAccountGetResponse
<Extension()>
Public Function Get (operations As IAccountOperations, accountName As String) As 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.