DeploymentsOperationsExtensions.CheckExistenceAtTenantScope Method

Definition

Checks whether the deployment exists.

public static bool CheckExistenceAtTenantScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);
static member CheckExistenceAtTenantScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -> bool
<Extension()>
Public Function CheckExistenceAtTenantScope (operations As IDeploymentsOperations, deploymentName As String) As Boolean

Parameters

operations
IDeploymentsOperations

The operations group for this extension method.

deploymentName
String

The name of the deployment.

Returns

Applies to