Partager via


DeploymentsOperationsExtensions.CheckExistenceAtScopeAsync Méthode

Définition

Vérifie si le déploiement existe.

public static System.Threading.Tasks.Task<bool> CheckExistenceAtScopeAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentsOperations operations, string scope, string deploymentName, System.Threading.CancellationToken cancellationToken = default);
static member CheckExistenceAtScopeAsync : Microsoft.Azure.Management.ResourceManager.Fluent.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)

Paramètres

operations
IDeploymentsOperations

Groupe d’opérations pour cette méthode d’extension.

scope
String

Étendue de la ressource.

deploymentName
String

Le nom du déploiement.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à