Поделиться через


DataLakeStoreAccountsGetResponse type

Содержит данные ответа для операции получения.

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