SapCentralServerInstanceCollection.ExistsAsync 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 la ressource existe dans Azure.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances/{centralInstanceName}
- IdSAPCentralInstances_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string centralInstanceName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (centralInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))
Paramètres
- centralInstanceName
- String
Chaîne de nom de ressource d’instance des services centraux modélisée en tant que paramètre pour que la génération automatique fonctionne correctement.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
centralInstanceName
est une chaîne vide et devait être non vide.
centralInstanceName
a la valeur null.
S’applique à
Azure SDK for .NET