Compartilhar via


DeploymentsOperationsExtensions.CheckExistenceAtManagementGroupScope Método

Definição

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

Parâmetros

operations
IDeploymentsOperations

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

groupId
String

A ID do grupo de gerenciamento.

deploymentName
String

O nome da implantação.

Retornos

Aplica-se a