APIKeysGetResponse type
Contains response data for the get operation.
type APIKeysGetResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}