APIKeysDeleteMethodResponse type
Contém dados de resposta para a operação deleteMethod.
type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}