Class RegistryKeyEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.RegistryKeyEntityProperties
RegistryKey entity property bag.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
RegistryKeyEntityProperties
public RegistryKeyEntityProperties()
-
-
Method Details
-
hive
Get the hive property: the hive that holds the registry key.- Returns:
- the hive value.
-
key
Get the key property: The registry key path.- Returns:
- the key value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-