APIKeysDeleteMethodResponse type   
Innehåller svarsdata för åtgärden deleteMethod.
type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAPIKey
  }
}