Partager via


DeploymentOperationsExtensions.CheckExistence Méthode

Définition

Vérifie si le déploiement existe.

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

Paramètres

operations
IDeploymentOperations

Référence à Microsoft.Azure.Management.Resources.IDeploymentOperations.

resourceGroupName
String

Obligatoire. Nom du groupe de ressources à vérifier. Le nom ne respecte pas la casse.

deploymentName
String

Obligatoire. Le nom du déploiement.

Retours

Informations relatives au déploiement.

S’applique à