Condividi tramite


APIKeysDeleteMethodResponse type

Contiene i dati di risposta per l'operazione deleteMethod.

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