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