Compartilhar via


DeploymentsOperationsExtensions.CheckExistenceAtScope Método

Definição

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

Parâmetros

operations
IDeploymentsOperations

O grupo de operações para esse método de extensão.

scope
String

O escopo do recurso.

deploymentName
String

O nome da implantação.

Retornos

Aplica-se a