APIKeysDeleteMethodResponse type
Innehåller svarsdata för deleteMethod-åtgärden.
type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}