Partager via


DeploymentsOperationsExtensions.CheckExistenceAtScope Méthode

Définition

Vérifie si le déploiement existe.

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

Paramètres

operations
IDeploymentsOperations

Groupe d’opérations pour cette méthode d’extension.

scope
String

Étendue des ressources.

deploymentName
String

Le nom du déploiement.

Retours

S’applique à