Share via


AzureAccounts Clase

Definición

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)
Herencia
AzureAccounts
Implementaciones

Constructores

AzureAccounts(LUISAuthoringClient)

Propiedades

Client

Métodos

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étodos de extensión

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)

Se aplica a