次の方法で共有


GraphSdkGuidancePlugin

プロキシが Microsoft Graph SDK によって発行されていない Microsoft Graph への要求をインターセプトする場合のヒントを示します。

SDK を使用しない Microsoft Graph への要求をインターセプトした後に Microsoft Graph SDK の使用を提案するヒントを示す開発プロキシを含むコマンド プロンプトのスクリーンショット。

プラグイン インスタンスの定義

{
  "name": "GraphSdkGuidancePlugin",
  "enabled": true,
  "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
  "urlsToWatch": [
    "https://graph.microsoft.com/v1.0/*",
    "https://graph.microsoft.com/beta/*",
    "https://graph.microsoft.us/v1.0/*",
    "https://graph.microsoft.us/beta/*",
    "https://dod-graph.microsoft.us/v1.0/*",
    "https://dod-graph.microsoft.us/beta/*",
    "https://microsoftgraph.chinacloudapi.cn/v1.0/*",
    "https://microsoftgraph.chinacloudapi.cn/beta/*"
  ]
}

構成の例

なし

構成プロパティ

なし

コマンド ライン オプション

なし