IVirtualMachineOperations.BeginDeletingAsync Method (String, String, String, Boolean, CancellationToken)

 

The Begin Deleting Role operation deletes the specified virtual machine. (see http://msdn.microsoft.com/library/windowsazure/jj157184.aspx for more information)

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

Function BeginDeletingAsync (
	serviceName As String,
	deploymentName As String,
	virtualMachineName As String,
	deleteFromStorage As Boolean,
	cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

serviceName
Type: System.String

The name of your service.

deploymentName
Type: System.String

The name of your deployment.

virtualMachineName
Type: System.String

The name of the virtual machine to delete.

deleteFromStorage
Type: System.Boolean

Specifies that the source blob(s) for the virtual machine should also be deleted from storage.

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.

Return to top
Show: