IDeploymentOperations.BeginDeletingByNameAsync Method (String, String, Boolean, CancellationToken)

 

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

Task<AzureOperationResponse> BeginDeletingByNameAsync(
	string serviceName,
	string deploymentName,
	bool deleteFromStorage,
	CancellationToken cancellationToken
)

Parameters

serviceName
Type: System.String

deploymentName
Type: System.String

deleteFromStorage
Type: System.Boolean

cancellationToken
Type: System.Threading.CancellationToken

Return Value

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

Return to top
Show: