DeploymentsOperationsExtensions.CheckExistenceAtTenantScopeAsync Method

Definition

Checks whether the deployment exists.

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

Parameters

operations
IDeploymentsOperations

The operations group for this extension method.

deploymentName
String

The name of the deployment.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to