Share via


DeploymentsOperationsExtensions.CheckExistenceAtScope Method

Definition

Checks whether the deployment exists.

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

Parameters

operations
IDeploymentsOperations

The operations group for this extension method.

scope
String

The resource scope.

deploymentName
String

The name of the deployment.

Returns

Applies to