Compartilhar via


DataLakeStoreAccountsGetResponse type

Contém dados de resposta para a operação get.

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