Partager via


DeploymentsOperationsExtensions.CheckExistenceAtManagementGroupScope Méthode

Définition

Vérifie si le déploiement existe.

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

Paramètres

operations
IDeploymentsOperations

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

groupId
String

ID du groupe d’administration.

deploymentName
String

Le nom du déploiement.

Retours

S’applique à