Compartilhar via


DeploymentOperationsExtensions.CheckExistence Método

Definição

Verifica se a implantação 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

Parâmetros

operations
IDeploymentOperations

Referência para o Microsoft.Azure.Management.Resources.IDeploymentOperations.

resourceGroupName
String

Obrigatórios. O nome do grupo de recursos para verificar. O nome diferencia maiúsculas de minúsculas.

deploymentName
String

Obrigatórios. O nome da implantação.

Retornos

Informações sobre a implantação.

Aplica-se a