Compartir a través de


DeploymentOperationsExtensions.CheckExistenceAsync Método

Definición

Comprueba si existe la implementación.

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

Referencia a Microsoft.Azure.Management.Resources.IDeploymentOperations.

resourceGroupName
String

Obligatorio. El nombre del grupo de recursos que se debe comprobar. El nombre distingue mayúsculas de minúsculas.

deploymentName
String

Obligatorio. Nombre de la implementación.

Devoluciones

Información de implementación.

Se aplica a