IAccountOperations Interface

Definition

public interface IAccountOperations
type IAccountOperations = interface
Public Interface IAccountOperations

Methods

CreateAsync(MediaServicesAccountCreateParameters, CancellationToken)

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)

DeleteAsync(String, CancellationToken)

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)

GetAsync(String, CancellationToken)

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)

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 http://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 http://msdn.microsoft.com/en-us/library/windowsazure/dn167010.aspx for more information)

Extension Methods

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

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

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

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

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

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

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 http://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 http://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 http://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 http://msdn.microsoft.com/en-us/library/windowsazure/dn167010.aspx for more information)

Applies to