Partager via


APIKeysDeleteMethodResponse type

Contient des données de réponse pour l’opération deleteMethod.

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