Uses of Class
odata.msgraph.client.beta.complex.BitLockerRecoveryOptions
-
Packages that use BitLockerRecoveryOptions Package Description odata.msgraph.client.beta.complex -
-
Uses of BitLockerRecoveryOptions in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as BitLockerRecoveryOptions Modifier and Type Field Description protected BitLockerRecoveryOptionsBitLockerFixedDrivePolicy. recoveryOptionsprotected BitLockerRecoveryOptionsBitLockerSystemDrivePolicy. recoveryOptionsMethods in odata.msgraph.client.beta.complex that return BitLockerRecoveryOptions Modifier and Type Method Description BitLockerRecoveryOptionsBitLockerRecoveryOptions.Builder. build()BitLockerRecoveryOptionsBitLockerRecoveryOptions. withBlockDataRecoveryAgent(Boolean blockDataRecoveryAgent)Returns an immutable copy ofthiswith just theblockDataRecoveryAgentfield changed.BitLockerRecoveryOptionsBitLockerRecoveryOptions. withEnableBitLockerAfterRecoveryInformationToStore(Boolean enableBitLockerAfterRecoveryInformationToStore)Returns an immutable copy ofthiswith just theenableBitLockerAfterRecoveryInformationToStorefield changed.BitLockerRecoveryOptionsBitLockerRecoveryOptions. withEnableRecoveryInformationSaveToStore(Boolean enableRecoveryInformationSaveToStore)Returns an immutable copy ofthiswith just theenableRecoveryInformationSaveToStorefield changed.BitLockerRecoveryOptionsBitLockerRecoveryOptions. withHideRecoveryOptions(Boolean hideRecoveryOptions)Returns an immutable copy ofthiswith just thehideRecoveryOptionsfield changed.BitLockerRecoveryOptionsBitLockerRecoveryOptions. withRecoveryInformationToStore(BitLockerRecoveryInformationType recoveryInformationToStore)Returns an immutable copy ofthiswith just therecoveryInformationToStorefield changed.BitLockerRecoveryOptionsBitLockerRecoveryOptions. withRecoveryKeyUsage(ConfigurationUsage recoveryKeyUsage)Returns an immutable copy ofthiswith just therecoveryKeyUsagefield changed.BitLockerRecoveryOptionsBitLockerRecoveryOptions. withRecoveryPasswordUsage(ConfigurationUsage recoveryPasswordUsage)Returns an immutable copy ofthiswith just therecoveryPasswordUsagefield changed.BitLockerRecoveryOptionsBitLockerRecoveryOptions. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type BitLockerRecoveryOptions Modifier and Type Method Description Optional<BitLockerRecoveryOptions>BitLockerFixedDrivePolicy. getRecoveryOptions()“This policy setting allows you to control how BitLocker-protected fixed data drives are recovered in the absence of the required credentials.Optional<BitLockerRecoveryOptions>BitLockerSystemDrivePolicy. getRecoveryOptions()“Allows to recover BitLocker encrypted operating system drives in the absence of the required startup key information.Methods in odata.msgraph.client.beta.complex with parameters of type BitLockerRecoveryOptions Modifier and Type Method Description BitLockerFixedDrivePolicy.BuilderBitLockerFixedDrivePolicy.Builder. recoveryOptions(BitLockerRecoveryOptions recoveryOptions)“This policy setting allows you to control how BitLocker-protected fixed data drives are recovered in the absence of the required credentials.BitLockerSystemDrivePolicy.BuilderBitLockerSystemDrivePolicy.Builder. recoveryOptions(BitLockerRecoveryOptions recoveryOptions)“Allows to recover BitLocker encrypted operating system drives in the absence of the required startup key information.BitLockerFixedDrivePolicyBitLockerFixedDrivePolicy. withRecoveryOptions(BitLockerRecoveryOptions recoveryOptions)Returns an immutable copy ofthiswith just therecoveryOptionsfield changed.BitLockerSystemDrivePolicyBitLockerSystemDrivePolicy. withRecoveryOptions(BitLockerRecoveryOptions recoveryOptions)Returns an immutable copy ofthiswith just therecoveryOptionsfield changed.
-