Share via


AccountOperationsExtensions.DeleteAsync Method (IAccountOperations, 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)

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

Syntax

public static Task<AzureOperationResponse> DeleteAsync(
    this IAccountOperations operations,
    string accountName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ DeleteAsync(
    IAccountOperations^ operations,
    String^ accountName
)
static member DeleteAsync : 
        operations:IAccountOperations *
        accountName:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
    operations As IAccountOperations,
    accountName As String
) As Task(Of AzureOperationResponse)

Parameters

  • accountName
    Type: System.String

    Required. The name of the media services account.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

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

See Also

AccountOperationsExtensions Class
Microsoft.WindowsAzure.Management.MediaServices Namespace

Return to top