你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureAccounts 类

定义

public class AzureAccounts : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IAzureAccounts, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient>
type AzureAccounts = class
    interface IServiceOperations<LUISAuthoringClient>
    interface IAzureAccounts
Public Class AzureAccounts
Implements IAzureAccounts, IServiceOperations(Of LUISAuthoringClient)
继承
AzureAccounts
实现

构造函数

AzureAccounts(LUISAuthoringClient)

属性

Client

方法

AssignToAppWithHttpMessagesAsync(Guid, AzureAccountInfoObject, Dictionary<String,List<String>>, CancellationToken)
AssignToAppWithHttpMessagesAsync(Guid, String, AzureAccountInfoObject, Dictionary<String,List<String>>, CancellationToken)
GetAssignedWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
GetAssignedWithHttpMessagesAsync(Guid, String, Dictionary<String,List<String>>, CancellationToken)
ListUserLUISAccountsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
ListUserLUISAccountsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
RemoveFromAppWithHttpMessagesAsync(Guid, AzureAccountInfoObject, Dictionary<String,List<String>>, CancellationToken)
RemoveFromAppWithHttpMessagesAsync(Guid, String, AzureAccountInfoObject, Dictionary<String,List<String>>, CancellationToken)

扩展方法

AssignToAppAsync(IAzureAccounts, Guid, AzureAccountInfoObject, CancellationToken)
AssignToAppAsync(IAzureAccounts, Guid, String, AzureAccountInfoObject, CancellationToken)
GetAssignedAsync(IAzureAccounts, Guid, String, CancellationToken)
GetAssignedAsync(IAzureAccounts, Guid, CancellationToken)
ListUserLUISAccountsAsync(IAzureAccounts, String, CancellationToken)
ListUserLUISAccountsAsync(IAzureAccounts, CancellationToken)
RemoveFromAppAsync(IAzureAccounts, Guid, AzureAccountInfoObject, CancellationToken)
RemoveFromAppAsync(IAzureAccounts, Guid, String, AzureAccountInfoObject, CancellationToken)

适用于