Class RegistryKeyEntityProperties

java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.RegistryKeyEntityProperties

public final class RegistryKeyEntityProperties extends EntityCommonProperties
RegistryKey entity property bag.
  • Constructor Details

    • RegistryKeyEntityProperties

      public RegistryKeyEntityProperties()
  • Method Details

    • hive

      public RegistryHive hive()
      Get the hive property: the hive that holds the registry key.
      Returns:
      the hive value.
    • key

      public String key()
      Get the key property: The registry key path.
      Returns:
      the key value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class EntityCommonProperties
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.