AccountOperationsExtensions Class

 

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

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

[ExtensionAttribute]
public ref class AccountOperationsExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IAccountOperations^, MediaServicesAccountCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IAccountOperations^, MediaServicesAccountCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticDelete(IAccountOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IAccountOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(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)

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(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)

System_CAPS_pubmethodSystem_CAPS_staticList(IAccountOperations^)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IAccountOperations^)

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

System_CAPS_pubmethodSystem_CAPS_staticRegenerateKey(IAccountOperations^, String^, MediaServicesKeyType)

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

System_CAPS_pubmethodSystem_CAPS_staticRegenerateKeyAsync(IAccountOperations^, String^, MediaServicesKeyType)

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

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

Return to top
Show: