Compartir a través de


DeploymentsOperationsExtensions.CheckExistenceAtScopeAsync Método

Definición

Comprueba si la implementación existe.

public static System.Threading.Tasks.Task<bool> CheckExistenceAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations operations, string scope, string deploymentName, System.Threading.CancellationToken cancellationToken = default);
static member CheckExistenceAtScopeAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function CheckExistenceAtScopeAsync (operations As IDeploymentsOperations, scope As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Parámetros

operations
IDeploymentsOperations

Grupo de operaciones para este método de extensión.

scope
String

Ámbito del recurso.

deploymentName
String

Nombre de la implementación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a