Partager via


AzureAccounts Classe

Définition

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)
Héritage
AzureAccounts
Implémente

Constructeurs

AzureAccounts(LUISAuthoringClient)

Propriétés

Client

Méthodes

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)

Méthodes d’extension

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)

S’applique à