Delen via


AzureAccountsExtensions.ListUserLUISAccountsAsync Method

Definition

Overloads

ListUserLUISAccountsAsync(IAzureAccounts, CancellationToken)
ListUserLUISAccountsAsync(IAzureAccounts, String, CancellationToken)

ListUserLUISAccountsAsync(IAzureAccounts, CancellationToken)

Source:
AzureAccountsExtensions.cs
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject>> ListUserLUISAccountsAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IAzureAccounts operations, System.Threading.CancellationToken cancellationToken = default);
static member ListUserLUISAccountsAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IAzureAccounts * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject>>
<Extension()>
Public Function ListUserLUISAccountsAsync (operations As IAzureAccounts, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of AzureAccountInfoObject))

Parameters

operations
IAzureAccounts
cancellationToken
CancellationToken

Returns

Applies to

ListUserLUISAccountsAsync(IAzureAccounts, String, CancellationToken)

Source:
AzureAccountsExtensions.cs
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject>> ListUserLUISAccountsAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IAzureAccounts operations, string armToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListUserLUISAccountsAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IAzureAccounts * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.AzureAccountInfoObject>>
<Extension()>
Public Function ListUserLUISAccountsAsync (operations As IAzureAccounts, Optional armToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of AzureAccountInfoObject))

Parameters

operations
IAzureAccounts
armToken
String
cancellationToken
CancellationToken

Returns

Applies to