Condividi tramite


DataLakeStoreAccountsGetResponse type

Contiene i dati di risposta per l'operazione get.

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