Share via


AccountOperationsExtensions.Get Method

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)

Usage

'Usage
Dim operations As IAccountOperations
Dim accountName As String
Dim returnValue As MediaServicesAccountGetResponse

returnValue = AccountOperationsExtensions.Get(operations, accountName)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Get ( _
    operations As IAccountOperations, _
    accountName As String _
) As MediaServicesAccountGetResponse
[ExtensionAttribute] 
public static MediaServicesAccountGetResponse Get (
    IAccountOperations operations,
    string accountName
)
[ExtensionAttribute] 
public:
static MediaServicesAccountGetResponse^ Get (
    IAccountOperations^ operations, 
    String^ accountName
)
/** @attribute ExtensionAttribute() */ 
public static MediaServicesAccountGetResponse Get (
    IAccountOperations operations, 
    String accountName
)
ExtensionAttribute 
public static function Get (
    operations : IAccountOperations, 
    accountName : String
) : MediaServicesAccountGetResponse

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations.
  • accountName
    Required. The name of the Media Services account.

Return Value

The Get Media Services Account operation response.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

AccountOperationsExtensions Class
AccountOperationsExtensions Members
Microsoft.WindowsAzure.Management.MediaServices Namespace