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