AccountOperationsExtensions.DeleteAsync(IAccountOperations, String) Method

Definition

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)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations operations, string accountName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IAccountOperations, accountName As String) As Task(Of AzureOperationResponse)

Parameters

operations
IAccountOperations

Reference to the Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations.

accountName
String

Required. The name of the media services account.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to