| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected BitLockerRecoveryInformationType |
BitLockerRecoveryOptions.recoveryInformationToStore |
| Modifier and Type | Method and Description |
|---|---|
Optional<BitLockerRecoveryInformationType> |
BitLockerRecoveryOptions.getRecoveryInformationToStore()
“Configure what pieces of BitLocker recovery information are stored to AD DS.”
|
| Modifier and Type | Method and Description |
|---|---|
BitLockerRecoveryOptions.Builder |
BitLockerRecoveryOptions.Builder.recoveryInformationToStore(BitLockerRecoveryInformationType recoveryInformationToStore)
“Configure what pieces of BitLocker recovery information are stored to AD DS.”
|
BitLockerRecoveryOptions |
BitLockerRecoveryOptions.withRecoveryInformationToStore(BitLockerRecoveryInformationType recoveryInformationToStore)
Returns an immutable copy of
this with just the recoveryInformationToStore field changed. |
| Modifier and Type | Method and Description |
|---|---|
static BitLockerRecoveryInformationType |
BitLockerRecoveryInformationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitLockerRecoveryInformationType[] |
BitLockerRecoveryInformationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.