azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.f...

75 строки
4.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition"
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition"
name: "ManagedRuleGroupDefinition"
nameWithType: "ManagedRuleGroupDefinition"
summary: "Describes a managed rule group."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ManagedRuleGroupDefinition**"
constructors:
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.ManagedRuleGroupDefinition()"
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.ManagedRuleGroupDefinition()"
name: "ManagedRuleGroupDefinition()"
nameWithType: "ManagedRuleGroupDefinition.ManagedRuleGroupDefinition()"
summary: "Creates an instance of Managed<wbr>Rule<wbr>Group<wbr>Definition class."
syntax: "public ManagedRuleGroupDefinition()"
desc: "Creates an instance of ManagedRuleGroupDefinition class."
methods:
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.description()"
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.description()"
name: "description()"
nameWithType: "ManagedRuleGroupDefinition.description()"
summary: "Get the description property: Description of the managed rule group."
syntax: "public String description()"
desc: "Get the description property: Description of the managed rule group."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.ruleGroupName()"
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.ruleGroupName()"
name: "ruleGroupName()"
nameWithType: "ManagedRuleGroupDefinition.ruleGroupName()"
summary: "Get the rule<wbr>Group<wbr>Name property: Name of the managed rule group."
syntax: "public String ruleGroupName()"
desc: "Get the ruleGroupName property: Name of the managed rule group."
returns:
description: "the ruleGroupName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.rules()"
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.rules()"
name: "rules()"
nameWithType: "ManagedRuleGroupDefinition.rules()"
summary: "Get the rules property: List of rules within the managed rule group."
syntax: "public List<ManagedRuleDefinition> rules()"
desc: "Get the rules property: List of rules within the managed rule group."
returns:
description: "the rules value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.frontdoor.models.ManagedRuleDefinition?alt=com.azure.resourcemanager.frontdoor.models.ManagedRuleDefinition&text=ManagedRuleDefinition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.validate()"
fullName: "com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition.validate()"
name: "validate()"
nameWithType: "ManagedRuleGroupDefinition.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Describes a managed rule group."
metadata: {}
package: "com.azure.resourcemanager.frontdoor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0