次の方法で共有


Azure Accounts - Get Assigned

apps - アプリケーションに割り当てられた LUIS Azure アカウントを取得する
ARM トークンを使用して、ユーザーのアプリケーションに割り当てられた LUIS Azure アカウントを取得します。

GET {Endpoint}/luis/authoring/v3.0-preview/apps/{appId}/azureaccounts

URI パラメーター

名前 / 必須 説明
appId
path True

string

uuid

アプリケーション ID。

Endpoint
path True

string

サポートされている Cognitive Services エンドポイント (プロトコルとホスト名など)。 https://westus.api.cognitive.microsoft.com

要求ヘッダー

名前 必須 説明
Ocp-Apim-Subscription-Key True

string

Authorization True

string

使用するベアラー承認ヘッダー。には、Azure アカウント情報の検証に使用されるユーザーの ARM トークンが含まれています。

ArmToken

string

使用するカスタム arm トークン ヘッダー。には、Azure アカウント情報の検証に使用されるユーザーの ARM トークンが含まれています。

応答

名前 説明
200 OK

AzureAccountInfoObject[]

Azure アカウント情報オブジェクトの一覧。

Other Status Codes

ErrorResponse

エラー応答。

セキュリティ

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

Successful Get assigned azure accounts request

Sample Request

GET {Endpoint}/luis/authoring/v3.0-preview/apps/363187f1-c573-46b3-bc4c-ae01d686e68e/azureaccounts


Sample Response

[
  {
    "azureSubscriptionId": "{azure_subscription_id}",
    "resourceGroup": "{resource_group_name}",
    "accountName": "{account_name}"
  }
]

定義

名前 説明
AzureAccountInfoObject

Azure アカウント情報オブジェクトを定義します。

ErrorResponse

API で操作を呼び出すときのエラー応答。

AzureAccountInfoObject

Azure アカウント情報オブジェクトを定義します。

名前 説明
accountName

string

Azure アカウント名。

azureSubscriptionId

string

Azure サブスクリプションの ID。

resourceGroup

string

Azure リソース グループ名です。

ErrorResponse

API で操作を呼び出すときのエラー応答。

名前 説明
errorType

string