Share via


AzureAccounts class

Klass som representerar ett AzureAccounts.

Konstruktorer

AzureAccounts(LUISAuthoringClientContext)

Skapa ett AzureAccounts.

Metoder

assignToApp(string, AzureAccountsAssignToAppOptionalParams)

Tilldelar ett Azure-konto till programmet.

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

Hämtar LUIS Azure-konton som tilldelats till programmet för användaren med hjälp av hans ARM-token.

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

Hämtar LUIS Azure-konton för användaren med hjälp av sin ARM-token.

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

Tar bort tilldelat Azure-konto från programmet.

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

Konstruktorinformation

AzureAccounts(LUISAuthoringClientContext)

Skapa ett AzureAccounts.

new AzureAccounts(client: LUISAuthoringClientContext)

Parametrar

client
LUISAuthoringClientContext

Referens till tjänstklienten.

Metodinformation

assignToApp(string, AzureAccountsAssignToAppOptionalParams)

Tilldelar ett Azure-konto till programmet.

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

Parametrar

appId

string

Program-ID:t.

options
AzureAccountsAssignToAppOptionalParams

De valfria parametrarna

Returer

Promise<Models.AzureAccountsAssignToAppResponse>

assignToApp(string, AzureAccountsAssignToAppOptionalParams, ServiceCallback<OperationStatus>)

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

Parametrar

appId

string

Program-ID:t.

options
AzureAccountsAssignToAppOptionalParams

De valfria parametrarna

callback

ServiceCallback<OperationStatus>

Återanropet

assignToApp(string, ServiceCallback<OperationStatus>)

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

Parametrar

appId

string

Program-ID:t.

callback

ServiceCallback<OperationStatus>

Återanropet

getAssigned(string, AzureAccountsGetAssignedOptionalParams)

Hämtar LUIS Azure-konton som tilldelats till programmet för användaren med hjälp av hans ARM-token.

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

Parametrar

appId

string

Program-ID:t.

options
AzureAccountsGetAssignedOptionalParams

De valfria parametrarna

Returer

Promise<Models.AzureAccountsGetAssignedResponse>

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

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

Parametrar

appId

string

Program-ID:t.

options
AzureAccountsGetAssignedOptionalParams

De valfria parametrarna

callback

ServiceCallback<AzureAccountInfoObject[]>

Återanropet

getAssigned(string, ServiceCallback<AzureAccountInfoObject[]>)

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

Parametrar

appId

string

Program-ID:t.

callback

ServiceCallback<AzureAccountInfoObject[]>

Återanropet

listUserLUISAccounts(AzureAccountsListUserLUISAccountsOptionalParams)

Hämtar LUIS Azure-konton för användaren med hjälp av sin ARM-token.

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

Parametrar

options
AzureAccountsListUserLUISAccountsOptionalParams

De valfria parametrarna

Returer

Promise<Models.AzureAccountsListUserLUISAccountsResponse>

listUserLUISAccounts(AzureAccountsListUserLUISAccountsOptionalParams, ServiceCallback<AzureAccountInfoObject[]>)

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

Parametrar

options
AzureAccountsListUserLUISAccountsOptionalParams

De valfria parametrarna

callback

ServiceCallback<AzureAccountInfoObject[]>

Återanropet

listUserLUISAccounts(ServiceCallback<AzureAccountInfoObject[]>)

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

Parametrar

callback

ServiceCallback<AzureAccountInfoObject[]>

Återanropet

removeFromApp(string, AzureAccountsRemoveFromAppOptionalParams)

Tar bort tilldelat Azure-konto från programmet.

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

Parametrar

appId

string

Program-ID:t.

options
AzureAccountsRemoveFromAppOptionalParams

De valfria parametrarna

Returer

Promise<Models.AzureAccountsRemoveFromAppResponse>

removeFromApp(string, AzureAccountsRemoveFromAppOptionalParams, ServiceCallback<OperationStatus>)

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

Parametrar

appId

string

Program-ID:t.

options
AzureAccountsRemoveFromAppOptionalParams

De valfria parametrarna

callback

ServiceCallback<OperationStatus>

Återanropet

removeFromApp(string, ServiceCallback<OperationStatus>)

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

Parametrar

appId

string

Program-ID:t.

callback

ServiceCallback<OperationStatus>

Återanropet