Delen via


AccountsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type AccountsGetResponse = DataLakeAnalyticsAccount & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DataLakeAnalyticsAccount
  }
}