DataLakeStoreAccountsGetResponse type

A lekérési művelet válaszadatait tartalmazza.

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