azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup"
name: "ApplicationGatewayFirewallDisabledRuleGroup"
nameWithType: "ApplicationGatewayFirewallDisabledRuleGroup"
summary: "Allows to disable rules within a rule group or an entire rule group."
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 **ApplicationGatewayFirewallDisabledRuleGroup**"
constructors:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup.ApplicationGatewayFirewallDisabledRuleGroup()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup.ApplicationGatewayFirewallDisabledRuleGroup()"
name: "ApplicationGatewayFirewallDisabledRuleGroup()"
nameWithType: "ApplicationGatewayFirewallDisabledRuleGroup.ApplicationGatewayFirewallDisabledRuleGroup()"
syntax: "public ApplicationGatewayFirewallDisabledRuleGroup()"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup.ruleGroupName()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup.ruleGroupName()"
name: "ruleGroupName()"
nameWithType: "ApplicationGatewayFirewallDisabledRuleGroup.ruleGroupName()"
summary: "Get the name of the rule group that will be disabled."
syntax: "public String ruleGroupName()"
desc: "Get the name of the rule group that will be disabled."
returns:
description: "the ruleGroupName 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.ApplicationGatewayFirewallDisabledRuleGroup.rules()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup.rules()"
name: "rules()"
nameWithType: "ApplicationGatewayFirewallDisabledRuleGroup.rules()"
summary: "Get the list of rules that will be disabled."
syntax: "public List<Integer> rules()"
desc: "Get the list of rules that will be disabled. If null, all rules of the rule group will be disabled."
returns:
description: "the rules value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup.withRuleGroupName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup.withRuleGroupName(String ruleGroupName)"
name: "withRuleGroupName(String ruleGroupName)"
nameWithType: "ApplicationGatewayFirewallDisabledRuleGroup.withRuleGroupName(String ruleGroupName)"
summary: "Set the name of the rule group that will be disabled."
parameters:
- description: "the ruleGroupName value to set"
name: "ruleGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String ruleGroupName)"
desc: "Set the name of the rule group that will be disabled."
returns:
description: "the ApplicationGatewayFirewallDisabledRuleGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup?alt=com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup&text=ApplicationGatewayFirewallDisabledRuleGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup.withRules(java.util.List<java.lang.Integer>)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup.withRules(List<Integer> rules)"
name: "withRules(List<Integer> rules)"
nameWithType: "ApplicationGatewayFirewallDisabledRuleGroup.withRules(List<Integer> rules)"
summary: "Set the list of rules that will be disabled."
parameters:
- description: "the rules value to set"
name: "rules"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ApplicationGatewayFirewallDisabledRuleGroup withRules(List<Integer> rules)"
desc: "Set the list of rules that will be disabled. If null, all rules of the rule group will be disabled."
returns:
description: "the ApplicationGatewayFirewallDisabledRuleGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup?alt=com.microsoft.azure.management.network.ApplicationGatewayFirewallDisabledRuleGroup&text=ApplicationGatewayFirewallDisabledRuleGroup\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Allows to disable rules within a rule group or an entire rule group."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4