DataLakeStoreAccountsListByAccountResponse type
Obsahuje data odpovědi pro operaci listByAccount.
type DataLakeStoreAccountsListByAccountResponse =
DataLakeStoreAccountInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataLakeStoreAccountInformationListResult
}
}