Delen via


APIKeysGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type APIKeysGetResponse = ApplicationInsightsComponentAPIKey & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAPIKey
  }
}