Share via


DeploymentsOperationsExtensions.CheckExistence Method

Definition

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

Parameters

resourceGroupName
String
deploymentName
String

Returns

Applies to