Uses of Class
odata.msgraph.client.beta.enums.DeviceGuardLocalSystemAuthorityCredentialGuardState
-
Packages that use DeviceGuardLocalSystemAuthorityCredentialGuardState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DeviceGuardLocalSystemAuthorityCredentialGuardState in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DeviceGuardLocalSystemAuthorityCredentialGuardState Modifier and Type Field Description protected DeviceGuardLocalSystemAuthorityCredentialGuardStateHardwareInformation. deviceGuardLocalSystemAuthorityCredentialGuardStateMethods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceGuardLocalSystemAuthorityCredentialGuardState Modifier and Type Method Description Optional<DeviceGuardLocalSystemAuthorityCredentialGuardState>HardwareInformation. getDeviceGuardLocalSystemAuthorityCredentialGuardState()“Local System Authority (LSA) credential guard status.”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceGuardLocalSystemAuthorityCredentialGuardState Modifier and Type Method Description HardwareInformation.BuilderHardwareInformation.Builder. deviceGuardLocalSystemAuthorityCredentialGuardState(DeviceGuardLocalSystemAuthorityCredentialGuardState deviceGuardLocalSystemAuthorityCredentialGuardState)“Local System Authority (LSA) credential guard status.”HardwareInformationHardwareInformation. withDeviceGuardLocalSystemAuthorityCredentialGuardState(DeviceGuardLocalSystemAuthorityCredentialGuardState deviceGuardLocalSystemAuthorityCredentialGuardState)Returns an immutable copy ofthiswith just thedeviceGuardLocalSystemAuthorityCredentialGuardStatefield changed. -
Uses of DeviceGuardLocalSystemAuthorityCredentialGuardState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceGuardLocalSystemAuthorityCredentialGuardState Modifier and Type Method Description static DeviceGuardLocalSystemAuthorityCredentialGuardStateDeviceGuardLocalSystemAuthorityCredentialGuardState. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceGuardLocalSystemAuthorityCredentialGuardState[]DeviceGuardLocalSystemAuthorityCredentialGuardState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-