Uses of Class
odata.msgraph.client.beta.enums.SecureBootWithDMAType
-
Packages that use SecureBootWithDMAType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of SecureBootWithDMAType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SecureBootWithDMAType Modifier and Type Field Description protected SecureBootWithDMATypeWindows10EndpointProtectionConfiguration. deviceGuardSecureBootWithDMAMethods in odata.msgraph.client.beta.entity that return types with arguments of type SecureBootWithDMAType Modifier and Type Method Description Optional<SecureBootWithDMAType>Windows10EndpointProtectionConfiguration. getDeviceGuardSecureBootWithDMA()“Specifies whether Platform Security Level is enabled at next reboot.”Methods in odata.msgraph.client.beta.entity with parameters of type SecureBootWithDMAType Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. deviceGuardSecureBootWithDMA(SecureBootWithDMAType deviceGuardSecureBootWithDMA)“Specifies whether Platform Security Level is enabled at next reboot.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withDeviceGuardSecureBootWithDMA(SecureBootWithDMAType deviceGuardSecureBootWithDMA)Returns an immutable copy ofthiswith just thedeviceGuardSecureBootWithDMAfield changed. -
Uses of SecureBootWithDMAType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SecureBootWithDMAType Modifier and Type Method Description static SecureBootWithDMATypeSecureBootWithDMAType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecureBootWithDMAType[]SecureBootWithDMAType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-