次の方法で共有


GraphSdkGuidanceプラグイン

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

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

構成の例

{
  "$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/rc.schema.json",
  "plugins": [
    {
      "name": "GraphSdkGuidancePlugin",
      "enabled": true,
      "pluginPath": "~appFolder/plugins/DevProxy.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/*"
  ]
}

構成プロパティ

何一つ

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

何一つ

次のステップ