次の方法で共有


APIKeysListResponse type

リスト操作の応答データが含まれます。

type APIKeysListResponse = ApplicationInsightsComponentAPIKeyListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAPIKeyListResult
  }
}