APIKeysDeleteMethodResponse type
Contiene datos de respuesta para la operación deleteMethod.
type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}