108 строки
7.7 KiB
YAML
108 строки
7.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ManagedRuleSet"
|
|
fullName: "com.microsoft.azure.management.network.ManagedRuleSet"
|
|
name: "ManagedRuleSet"
|
|
nameWithType: "ManagedRuleSet"
|
|
summary: "Defines a managed rule set."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **ManagedRuleSet**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ManagedRuleSet.ManagedRuleSet()"
|
|
fullName: "com.microsoft.azure.management.network.ManagedRuleSet.ManagedRuleSet()"
|
|
name: "ManagedRuleSet()"
|
|
nameWithType: "ManagedRuleSet.ManagedRuleSet()"
|
|
syntax: "public ManagedRuleSet()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ManagedRuleSet.ruleGroupOverrides()"
|
|
fullName: "com.microsoft.azure.management.network.ManagedRuleSet.ruleGroupOverrides()"
|
|
name: "ruleGroupOverrides()"
|
|
nameWithType: "ManagedRuleSet.ruleGroupOverrides()"
|
|
summary: "Get defines the rule group overrides to apply to the rule set."
|
|
syntax: "public List<ManagedRuleGroupOverride> ruleGroupOverrides()"
|
|
desc: "Get defines the rule group overrides to apply to the rule set."
|
|
returns:
|
|
description: "the ruleGroupOverrides value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ManagedRuleGroupOverride?alt=com.microsoft.azure.management.network.ManagedRuleGroupOverride&text=ManagedRuleGroupOverride\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.ManagedRuleSet.ruleSetType()"
|
|
fullName: "com.microsoft.azure.management.network.ManagedRuleSet.ruleSetType()"
|
|
name: "ruleSetType()"
|
|
nameWithType: "ManagedRuleSet.ruleSetType()"
|
|
summary: "Get defines the rule set type to use."
|
|
syntax: "public String ruleSetType()"
|
|
desc: "Get defines the rule set type to use."
|
|
returns:
|
|
description: "the ruleSetType value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ManagedRuleSet.ruleSetVersion()"
|
|
fullName: "com.microsoft.azure.management.network.ManagedRuleSet.ruleSetVersion()"
|
|
name: "ruleSetVersion()"
|
|
nameWithType: "ManagedRuleSet.ruleSetVersion()"
|
|
summary: "Get defines the version of the rule set to use."
|
|
syntax: "public String ruleSetVersion()"
|
|
desc: "Get defines the version of the rule set to use."
|
|
returns:
|
|
description: "the ruleSetVersion value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ManagedRuleSet.withRuleGroupOverrides(java.util.List<com.microsoft.azure.management.network.ManagedRuleGroupOverride>)"
|
|
fullName: "com.microsoft.azure.management.network.ManagedRuleSet.withRuleGroupOverrides(List<ManagedRuleGroupOverride> ruleGroupOverrides)"
|
|
name: "withRuleGroupOverrides(List<ManagedRuleGroupOverride> ruleGroupOverrides)"
|
|
nameWithType: "ManagedRuleSet.withRuleGroupOverrides(List<ManagedRuleGroupOverride> ruleGroupOverrides)"
|
|
summary: "Set defines the rule group overrides to apply to the rule set."
|
|
parameters:
|
|
- description: "the ruleGroupOverrides value to set"
|
|
name: "ruleGroupOverrides"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ManagedRuleGroupOverride?alt=com.microsoft.azure.management.network.ManagedRuleGroupOverride&text=ManagedRuleGroupOverride\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ManagedRuleSet withRuleGroupOverrides(List<ManagedRuleGroupOverride> ruleGroupOverrides)"
|
|
desc: "Set defines the rule group overrides to apply to the rule set."
|
|
returns:
|
|
description: "the ManagedRuleSet object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ManagedRuleSet?alt=com.microsoft.azure.management.network.ManagedRuleSet&text=ManagedRuleSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ManagedRuleSet.withRuleSetType(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ManagedRuleSet.withRuleSetType(String ruleSetType)"
|
|
name: "withRuleSetType(String ruleSetType)"
|
|
nameWithType: "ManagedRuleSet.withRuleSetType(String ruleSetType)"
|
|
summary: "Set defines the rule set type to use."
|
|
parameters:
|
|
- description: "the ruleSetType value to set"
|
|
name: "ruleSetType"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedRuleSet withRuleSetType(String ruleSetType)"
|
|
desc: "Set defines the rule set type to use."
|
|
returns:
|
|
description: "the ManagedRuleSet object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ManagedRuleSet?alt=com.microsoft.azure.management.network.ManagedRuleSet&text=ManagedRuleSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ManagedRuleSet.withRuleSetVersion(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ManagedRuleSet.withRuleSetVersion(String ruleSetVersion)"
|
|
name: "withRuleSetVersion(String ruleSetVersion)"
|
|
nameWithType: "ManagedRuleSet.withRuleSetVersion(String ruleSetVersion)"
|
|
summary: "Set defines the version of the rule set to use."
|
|
parameters:
|
|
- description: "the ruleSetVersion value to set"
|
|
name: "ruleSetVersion"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ManagedRuleSet withRuleSetVersion(String ruleSetVersion)"
|
|
desc: "Set defines the version of the rule set to use."
|
|
returns:
|
|
description: "the ManagedRuleSet object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ManagedRuleSet?alt=com.microsoft.azure.management.network.ManagedRuleSet&text=ManagedRuleSet\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines a managed rule set."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|