logicAppTriggerEndpointConfiguration リソースの種類

名前空間: microsoft.graph

ロジック アプリのエンドポイントの構成の詳細。 customExtensionEndpointConfiguration 抽象型から派生します。

このオブジェクトは、customTaskExtension リソースの endpointConfiguration プロパティで構成されます。

プロパティ

プロパティ 説明
logicAppWorkflowName 文字列 ロジック アプリの名前。
resourceGroupName 文字列 ロジック アプリのAzureリソース グループ名。
subscriptionId 文字列 ロジック アプリのAzure サブスクリプションの識別子。
url String トリガーされるロジック アプリ エンドポイントの URL。 アプリがサインインユーザーなしで customCalloutExtension を作成するアプリ専用トークン シナリオでのみ必要です。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
  "subscriptionId": "String",
  "resourceGroupName": "String",
  "logicAppWorkflowName": "String",
  "url": "String"
}