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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET