IAccountOperations.DeleteAsync Method (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)
Namespace: Microsoft.WindowsAzure.Management.MediaServices
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
Syntax
Task<AzureOperationResponse> DeleteAsync(
string accountName,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteAsync(
String^ accountName,
CancellationToken cancellationToken
)
abstract DeleteAsync :
accountName:string *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function DeleteAsync (
accountName As String,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
accountName
Type: System.StringThe name of the media services account.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IAccountOperations Interface
Microsoft.WindowsAzure.Management.MediaServices Namespace
Return to top