AccountOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.MediaServices.AccountOperationsExtensions

Syntax

public static class AccountOperationsExtensions
[ExtensionAttribute]
public ref class AccountOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AccountOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class AccountOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IAccountOperations, MediaServicesAccountCreateParameters)

The Create Media Services Account operation creates a new media services account in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn194267.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IAccountOperations, MediaServicesAccountCreateParameters)

The Create Media Services Account operation creates a new media services account in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn194267.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Delete(IAccountOperations, String)

The Delete Media Services Account operation deletes an existing media services account in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn194273.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IAccountOperations, String)

The Delete Media Services Account operation deletes an existing media services account in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn194273.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static Get(IAccountOperations, String)

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)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IAccountOperations, String)

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)

System_CAPS_pubmethodSystem_CAPS_static List(IAccountOperations)

The List Media Services Account operation gets information about all existing media services accounts associated with the current subscription in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166989.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IAccountOperations)

The List Media Services Account operation gets information about all existing media services accounts associated with the current subscription in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166989.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static RegenerateKey(IAccountOperations, String, MediaServicesKeyType)

The Regenerate Media Services Account Key operation regenerates an account key for the given Media Services account in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn167010.aspx for more information)

System_CAPS_pubmethodSystem_CAPS_static RegenerateKeyAsync(IAccountOperations, String, MediaServicesKeyType)

The Regenerate Media Services Account Key operation regenerates an account key for the given Media Services account in Windows Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn167010.aspx for more information)

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.

See Also

Microsoft.WindowsAzure.Management.MediaServices Namespace

Return to top