CommitmentPlanAccountAssociationCollection.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Zuordnung des Cognitive Services-Verpflichtungsplans ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/commitmentPlans/{commitmentPlanName}/accountAssociations/{commitmentPlanAssociationName}
- Vorgangs-IdCommitmentPlans_GetAssociation
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanAccountAssociationResource>> GetAsync (string commitmentPlanAssociationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanAccountAssociationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CommitmentPlanAccountAssociationResource>>
Public Overridable Function GetAsync (commitmentPlanAssociationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CommitmentPlanAccountAssociationResource))
Parameter
- commitmentPlanAssociationName
- String
Der Name des Verpflichtungsplans, der mit dem Cognitive Services-Konto verbunden ist.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
commitmentPlanAssociationName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
commitmentPlanAssociationName
ist NULL.
Gilt für:
Azure SDK for .NET