Bagikan melalui


DataLakeStoreAccountsGetResponse type

Berisi data respons untuk operasi get.

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