Delen via


APIKeysDeleteMethodResponse type

Bevat antwoordgegevens voor de deleteMethod-bewerking.

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