AzureAccountsExtensions.ListUserLUISAccountsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.