IAccountOperations Methods

 

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

NameDescription
System_CAPS_pubmethodCreateAsync(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)

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

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

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

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

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

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

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

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

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

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

System_CAPS_pubmethodList()

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

System_CAPS_pubmethodListAsync()

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

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

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

Return to top
Show: