ManagedRuleGroupDefinition Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.ManagedRuleGroupDefinition

public class ManagedRuleGroupDefinition

Describes a managed rule group.

Constructor Summary

Constructor Description
ManagedRuleGroupDefinition()

Method Summary

Modifier and Type Method and Description
java.lang.String description()

Get description of the managed rule group.

java.lang.String ruleGroupName()

Get name of the managed rule group.

java.util.List<ManagedRuleDefinition> rules()

Get list of rules within the managed rule group.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ManagedRuleGroupDefinition

public ManagedRuleGroupDefinition()

Method Details

description

public String description()

Get description of the managed rule group.

Returns:

the description value

ruleGroupName

public String ruleGroupName()

Get name of the managed rule group.

Returns:

the ruleGroupName value

rules

public List rules()

Get list of rules within the managed rule group.

Returns:

the rules value

Applies to