Share via


DeploymentsOperationsExtensions.CancelAsync Method

Definition

public static System.Threading.Tasks.Task CancelAsync (this Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations operations, string resourceGroupName, string deploymentName, System.Threading.CancellationToken cancellationToken = default);
static member CancelAsync : Microsoft.Azure.Management.Internal.Resources.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function CancelAsync (operations As IDeploymentsOperations, resourceGroupName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

resourceGroupName
String
deploymentName
String
cancellationToken
CancellationToken

Returns

Applies to