Delen via


DataLakeStoreAccountsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: DataLakeStoreAccountInformation
  }
}