Freigeben über


APIKeysDeleteMethodResponse type

Enthält Antwortdaten für den deleteMethod-Vorgang.

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