Sdílet prostřednictvím


DataLakeStoreAccountsGetResponse type

Obsahuje data odpovědí pro operaci get.

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