Partilhar via


DeploymentOperationsExtensions.CheckExistenceAsync Método

Definição

Verifica se a implantação existe.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentExistsResult> CheckExistenceAsync (this Microsoft.Azure.Management.Resources.IDeploymentOperations operations, string resourceGroupName, string deploymentName);
static member CheckExistenceAsync : Microsoft.Azure.Management.Resources.IDeploymentOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.DeploymentExistsResult>
<Extension()>
Public Function CheckExistenceAsync (operations As IDeploymentOperations, resourceGroupName As String, deploymentName As String) As Task(Of 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