DeploymentsOperationsExtensions.CheckExistenceAtSubscriptionScope Method

Definition

Checks whether the deployment exists.

public static bool CheckExistenceAtSubscriptionScope (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string deploymentName);
static member CheckExistenceAtSubscriptionScope : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string -> bool
<Extension()>
Public Function CheckExistenceAtSubscriptionScope (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