共用方式為


APIKeysListResponse type

包含清單作業的回應數據。

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