Freigeben über


CommitmentPlansOperationsExtensions.ListAsync Methode

Definition

Ruft die commitmentPlans ab, die dem Cognitive Services-Konto zugeordnet sind.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan>> ListAsync (this Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.CognitiveServices.ICommitmentPlansOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.CognitiveServices.Models.CommitmentPlan>>
<Extension()>
Public Function ListAsync (operations As ICommitmentPlansOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CommitmentPlan))

Parameter

operations
ICommitmentPlansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

accountName
String

Der Name des Cognitive Services-Kontos.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: