ArmDeploymentResource.CheckExistenceAsync(CancellationToken) Method

Definition

Checks whether the deployment exists.

  • Request Path: /{scope}/providers/Microsoft.Resources/deployments/{deploymentName}
  • Operation Id: Deployments_CheckExistenceAtScope
  • Default Api Version: 2022-09-01
  • Resource: ArmDeploymentResource
public virtual System.Threading.Tasks.Task<Azure.Response> CheckExistenceAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member CheckExistenceAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.CheckExistenceAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function CheckExistenceAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to