Share via


IAccountOperations Interface

 

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

Syntax

public interface IAccountOperations
public interface class IAccountOperations
type IAccountOperations = interface end
Public Interface IAccountOperations

Methods

Name Description
CreateAsync(MediaServicesAccountCreateParameters, CancellationToken)

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)

DeleteAsync(String, CancellationToken)

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)

GetAsync(String, CancellationToken)

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)

ListAsync(CancellationToken)

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)

RegenerateKeyAsync(String, MediaServicesKeyType, CancellationToken)

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)

Extension Methods

Name Description
Create(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)(Defined by AccountOperationsExtensions.)

CreateAsync(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)(Defined by AccountOperationsExtensions.)

Delete(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)(Defined by AccountOperationsExtensions.)

DeleteAsync(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)(Defined by AccountOperationsExtensions.)

Get(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)(Defined by AccountOperationsExtensions.)

GetAsync(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)(Defined by AccountOperationsExtensions.)

List()

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)(Defined by AccountOperationsExtensions.)

ListAsync()

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)(Defined by AccountOperationsExtensions.)

RegenerateKey(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)(Defined by AccountOperationsExtensions.)

RegenerateKeyAsync(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)(Defined by AccountOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.MediaServices Namespace

Return to top