IHostedServiceOperations.BeginDeletingAllAsync Method (String, CancellationToken)
The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'http://msdn.microsoft.com/library/windowsazure/gg441305.aspx' for more information)
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Function BeginDeletingAllAsync ( serviceName As String, cancellationToken As CancellationToken ) As Task(Of AzureOperationResponse)
Parameters
- serviceName
-
Type:
System.String
The name of the cloud service.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of AzureOperationResponse)A standard service response including an HTTP status code and request ID.
Show: