Freigeben über


AccountsOperationsExtensions.ListModelsAsync Methode

Definition

Auflisten verfügbarer Modelle für das angeforderte Cognitive Services-Konto

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

Parameter

operations
IAccountsOperations

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: