ResourcesOperationsExtensions.CheckExistenceByIdAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifie par ID si une ressource existe.
public static System.Threading.Tasks.Task<bool> CheckExistenceByIdAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations operations, string resourceId, string apiVersion, System.Threading.CancellationToken cancellationToken = default);
static member CheckExistenceByIdAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function CheckExistenceByIdAsync (operations As IResourcesOperations, resourceId As String, apiVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)
Paramètres
- operations
- IResourcesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceId
- String
Identifiant complet de la ressource, y compris le nom et le type de la ressource. Utilisez le format /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}
- apiVersion
- String
Version de l’API à utiliser pour l’opération.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET