ResourcesOperationsExtensions.CheckExistenceAsync 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 si une ressource existe.
public static System.Threading.Tasks.Task<bool> CheckExistenceAsync (this Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion, System.Threading.CancellationToken cancellationToken = default);
static member CheckExistenceAsync : Microsoft.Azure.Management.ResourceManager.Fluent.IResourcesOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function CheckExistenceAsync (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName 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.
- resourceGroupName
- String
Nom du groupe de ressources contenant la ressource à case activée. Le nom ne respecte pas la casse.
- resourceProviderNamespace
- String
Fournisseur de ressources de la ressource à case activée.
- parentResourcePath
- String
Identité de ressource parente.
- resourceType
- String
Type de ressource.
- resourceName
- String
Nom de la ressource à case activée si elle existe.
- apiVersion
- String
Version de l’API à utiliser pour l’opération.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET