| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Method and Description |
|---|---|
SharedPCAccountManagerPolicy.Builder |
SharedPCAccountManagerPolicy.Builder.accountDeletionPolicy(SharedPCAccountDeletionPolicyType accountDeletionPolicy)
“Configures when accounts are deleted.”
|
static SharedPCAccountManagerPolicy.Builder |
SharedPCAccountManagerPolicy.builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
SharedPCAccountManagerPolicy.Builder |
SharedPCAccountManagerPolicy.Builder.cacheAccountsAboveDiskFreePercentage(Integer cacheAccountsAboveDiskFreePercentage)
“Sets the percentage of available disk space a PC should have before it stops
deleting cached shared PC accounts.
|
SharedPCAccountManagerPolicy.Builder |
SharedPCAccountManagerPolicy.Builder.inactiveThresholdDays(Integer inactiveThresholdDays)
“Specifies when the accounts will start being deleted when they have not been
logged on during the specified period, given as number of days.
|
SharedPCAccountManagerPolicy.Builder |
SharedPCAccountManagerPolicy.Builder.removeAccountsBelowDiskFreePercentage(Integer removeAccountsBelowDiskFreePercentage)
“Sets the percentage of disk space remaining on a PC before cached accounts will
be deleted to free disk space.
|
Copyright © 2018–2020. All rights reserved.