IDeploymentOperations.DeleteByNameAsync Method (String, String, Boolean, CancellationToken)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Task<OperationStatusResponse> DeleteByNameAsync( 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<OperationStatusResponse>
Show: