Поделиться через


APIKeysDeleteMethodResponse type

Содержит данные ответа для операции deleteMethod.

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