Class RegistryValueEntityProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.RegistryValueEntityProperties
RegistryValue entity property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the keyEntityId property: The registry key entity id.void
validate()
Validates the instance.Get the valueData property: String formatted representation of the value data.Get the valueName property: The registry value name.Get the valueType property: Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.Methods inherited from class com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
additionalData, friendlyName
-
Constructor Details
-
RegistryValueEntityProperties
public RegistryValueEntityProperties()
-
-
Method Details
-
keyEntityId
Get the keyEntityId property: The registry key entity id.- Returns:
- the keyEntityId value.
-
valueData
Get the valueData property: String formatted representation of the value data.- Returns:
- the valueData value.
-
valueName
Get the valueName property: The registry value name.- Returns:
- the valueName value.
-
valueType
Get the valueType property: Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.- Returns:
- the valueType value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-