APIKeysDeleteMethodResponse type
Obsahuje data odpovědi pro operaci deleteMethod.
type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}