Class ManagedRuleDefinition
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.ManagedRuleDefinition
-
public final class ManagedRuleDefinition extends Object
Describes a managed rule definition.
-
-
Constructor Summary
Constructors Constructor Description ManagedRuleDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description property: Describes the functionality of the managed rule.StringruleId()Get the ruleId property: Identifier for the managed rule.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
ruleId
public String ruleId()
Get the ruleId property: Identifier for the managed rule.- Returns:
- the ruleId value.
-
description
public String description()
Get the description property: Describes the functionality of the managed rule.- Returns:
- the description value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-