APIKeysGetResponse type
Contiene datos de respuesta para la operación get.
type APIKeysGetResponse = ApplicationInsightsComponentAPIKey & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAPIKey
}
}