Partager via


AzureAccounts class

Classe représentant un compte AzureAccounts.

Constructeurs

AzureAccounts(LUISAuthoringClientContext)

Créez un compte AzureAccounts.

Méthodes

assignToApp(string, AzureAccountsAssignToAppOptionalParams)

Attribue un compte Azure à l’application.

assignToApp(string, AzureAccountsAssignToAppOptionalParams, ServiceCallback<OperationStatus>)
assignToApp(string, ServiceCallback<OperationStatus>)
getAssigned(string, AzureAccountsGetAssignedOptionalParams)

Obtient les comptes Azure LUIS attribués à l’application pour l’utilisateur à l’aide de son jeton ARM.

getAssigned(string, AzureAccountsGetAssignedOptionalParams, ServiceCallback<AzureAccountInfoObject[]>)
getAssigned(string, ServiceCallback<AzureAccountInfoObject[]>)
listUserLUISAccounts(AzureAccountsListUserLUISAccountsOptionalParams)

Obtient les comptes Azure LUIS pour l’utilisateur à l’aide de son jeton ARM.

listUserLUISAccounts(AzureAccountsListUserLUISAccountsOptionalParams, ServiceCallback<AzureAccountInfoObject[]>)
listUserLUISAccounts(ServiceCallback<AzureAccountInfoObject[]>)
removeFromApp(string, AzureAccountsRemoveFromAppOptionalParams)

Supprime le compte Azure affecté de l’application.

removeFromApp(string, AzureAccountsRemoveFromAppOptionalParams, ServiceCallback<OperationStatus>)
removeFromApp(string, ServiceCallback<OperationStatus>)

Détails du constructeur

AzureAccounts(LUISAuthoringClientContext)

Créez un compte AzureAccounts.

new AzureAccounts(client: LUISAuthoringClientContext)

Paramètres

client
LUISAuthoringClientContext

Référence au client de service.

Détails de la méthode

assignToApp(string, AzureAccountsAssignToAppOptionalParams)

Attribue un compte Azure à l’application.

function assignToApp(appId: string, options?: AzureAccountsAssignToAppOptionalParams): Promise<AzureAccountsAssignToAppResponse>

Paramètres

appId

string

L’ID de l'application.

options
AzureAccountsAssignToAppOptionalParams

Paramètres facultatifs

Retours

Promise<Models.AzureAccountsAssignToAppResponse>

assignToApp(string, AzureAccountsAssignToAppOptionalParams, ServiceCallback<OperationStatus>)

function assignToApp(appId: string, options: AzureAccountsAssignToAppOptionalParams, callback: ServiceCallback<OperationStatus>)

Paramètres

appId

string

L’ID de l'application.

options
AzureAccountsAssignToAppOptionalParams

Paramètres facultatifs

callback

ServiceCallback<OperationStatus>

Rappel

assignToApp(string, ServiceCallback<OperationStatus>)

function assignToApp(appId: string, callback: ServiceCallback<OperationStatus>)

Paramètres

appId

string

L’ID de l'application.

callback

ServiceCallback<OperationStatus>

Rappel

getAssigned(string, AzureAccountsGetAssignedOptionalParams)

Obtient les comptes Azure LUIS attribués à l’application pour l’utilisateur à l’aide de son jeton ARM.

function getAssigned(appId: string, options?: AzureAccountsGetAssignedOptionalParams): Promise<AzureAccountsGetAssignedResponse>

Paramètres

appId

string

L’ID de l'application.

options
AzureAccountsGetAssignedOptionalParams

Paramètres facultatifs

Retours

Promise<Models.AzureAccountsGetAssignedResponse>

getAssigned(string, AzureAccountsGetAssignedOptionalParams, ServiceCallback<AzureAccountInfoObject[]>)

function getAssigned(appId: string, options: AzureAccountsGetAssignedOptionalParams, callback: ServiceCallback<AzureAccountInfoObject[]>)

Paramètres

appId

string

L’ID de l'application.

options
AzureAccountsGetAssignedOptionalParams

Paramètres facultatifs

getAssigned(string, ServiceCallback<AzureAccountInfoObject[]>)

function getAssigned(appId: string, callback: ServiceCallback<AzureAccountInfoObject[]>)

Paramètres

appId

string

L’ID de l'application.

listUserLUISAccounts(AzureAccountsListUserLUISAccountsOptionalParams)

Obtient les comptes Azure LUIS pour l’utilisateur à l’aide de son jeton ARM.

function listUserLUISAccounts(options?: AzureAccountsListUserLUISAccountsOptionalParams): Promise<AzureAccountsListUserLUISAccountsResponse>

Paramètres

options
AzureAccountsListUserLUISAccountsOptionalParams

Paramètres facultatifs

Retours

Promise<Models.AzureAccountsListUserLUISAccountsResponse>

listUserLUISAccounts(AzureAccountsListUserLUISAccountsOptionalParams, ServiceCallback<AzureAccountInfoObject[]>)

function listUserLUISAccounts(options: AzureAccountsListUserLUISAccountsOptionalParams, callback: ServiceCallback<AzureAccountInfoObject[]>)

Paramètres

options
AzureAccountsListUserLUISAccountsOptionalParams

Paramètres facultatifs

listUserLUISAccounts(ServiceCallback<AzureAccountInfoObject[]>)

function listUserLUISAccounts(callback: ServiceCallback<AzureAccountInfoObject[]>)

Paramètres

removeFromApp(string, AzureAccountsRemoveFromAppOptionalParams)

Supprime le compte Azure affecté de l’application.

function removeFromApp(appId: string, options?: AzureAccountsRemoveFromAppOptionalParams): Promise<AzureAccountsRemoveFromAppResponse>

Paramètres

appId

string

L’ID de l'application.

options
AzureAccountsRemoveFromAppOptionalParams

Paramètres facultatifs

Retours

Promise<Models.AzureAccountsRemoveFromAppResponse>

removeFromApp(string, AzureAccountsRemoveFromAppOptionalParams, ServiceCallback<OperationStatus>)

function removeFromApp(appId: string, options: AzureAccountsRemoveFromAppOptionalParams, callback: ServiceCallback<OperationStatus>)

Paramètres

appId

string

L’ID de l'application.

options
AzureAccountsRemoveFromAppOptionalParams

Paramètres facultatifs

callback

ServiceCallback<OperationStatus>

Rappel

removeFromApp(string, ServiceCallback<OperationStatus>)

function removeFromApp(appId: string, callback: ServiceCallback<OperationStatus>)

Paramètres

appId

string

L’ID de l'application.

callback

ServiceCallback<OperationStatus>

Rappel