共用方式為


APIKeysDeleteMethodResponse type

包含 deleteMethod 作業的響應數據。

type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAPIKey
  }
}