APIKeysGetResponse type
Содержит данные ответа для операции получения.
type APIKeysGetResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}