Udostępnij przez


DataLakeStoreAccountsGetResponse type

Zawiera dane odpowiedzi dla operacji pobierania.

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