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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET