Uses of Class
com.azure.resourcemanager.securityinsights.models.RegistryHive
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of RegistryHive in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionRegistryKeyEntityProperties.hive()
Get the hive property: the hive that holds the registry key. -
Uses of RegistryHive in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final RegistryHive
RegistryHive.HKEY_A
Static value HKEY_A for RegistryHive.static final RegistryHive
RegistryHive.HKEY_CLASSES_ROOT
Static value HKEY_CLASSES_ROOT for RegistryHive.static final RegistryHive
RegistryHive.HKEY_CURRENT_CONFIG
Static value HKEY_CURRENT_CONFIG for RegistryHive.static final RegistryHive
RegistryHive.HKEY_CURRENT_USER
Static value HKEY_CURRENT_USER for RegistryHive.static final RegistryHive
RegistryHive.HKEY_CURRENT_USER_LOCAL_SETTINGS
Static value HKEY_CURRENT_USER_LOCAL_SETTINGS for RegistryHive.static final RegistryHive
RegistryHive.HKEY_LOCAL_MACHINE
Static value HKEY_LOCAL_MACHINE for RegistryHive.static final RegistryHive
RegistryHive.HKEY_PERFORMANCE_DATA
Static value HKEY_PERFORMANCE_DATA for RegistryHive.static final RegistryHive
RegistryHive.HKEY_PERFORMANCE_NLSTEXT
Static value HKEY_PERFORMANCE_NLSTEXT for RegistryHive.static final RegistryHive
RegistryHive.HKEY_PERFORMANCE_TEXT
Static value HKEY_PERFORMANCE_TEXT for RegistryHive.static final RegistryHive
RegistryHive.HKEY_USERS
Static value HKEY_USERS for RegistryHive.Modifier and TypeMethodDescriptionstatic RegistryHive
RegistryHive.fromString
(String name) Creates or finds a RegistryHive from its string representation.RegistryKeyEntity.hive()
Get the hive property: the hive that holds the registry key.Modifier and TypeMethodDescriptionstatic Collection<RegistryHive>
RegistryHive.values()
Gets known RegistryHive values.