SapProviderInstanceCollection.GetAsync(String, CancellationToken) 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.
Obtient les propriétés d’un fournisseur instance pour l’abonnement, le groupe de ressources, le nom du moniteur SAP et le nom de la ressource spécifiés.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/monitors/{monitorName}/providerInstances/{providerInstanceName}
- IdProviderInstances_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.SapProviderInstanceResource>> GetAsync (string providerInstanceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.SapProviderInstanceResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.SapProviderInstanceResource>>
Public Overridable Function GetAsync (providerInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SapProviderInstanceResource))
Paramètres
- providerInstanceName
- String
Nom du fournisseur instance.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
providerInstanceName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
providerInstanceName
a la valeur null.
S’applique à
Azure SDK for .NET