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

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

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

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

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

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

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

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

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

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

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

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

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

System_CAPS_pubmethod 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