AzureAccounts Class

Definition

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)
Inheritance
AzureAccounts
Implements

Constructors

AzureAccounts(LUISAuthoringClient)

Properties

Client

Methods

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)

Extension Methods

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)

Applies to