Dela via


DataLakeStoreAccountsGetResponse type

Innehåller svarsdata för get-åtgärden.

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