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

108 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup"
name: "ApplicationGatewayFirewallRuleGroup"
nameWithType: "ApplicationGatewayFirewallRuleGroup"
summary: "A web application firewall 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 **ApplicationGatewayFirewallRuleGroup**"
constructors:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.ApplicationGatewayFirewallRuleGroup()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.ApplicationGatewayFirewallRuleGroup()"
name: "ApplicationGatewayFirewallRuleGroup()"
nameWithType: "ApplicationGatewayFirewallRuleGroup.ApplicationGatewayFirewallRuleGroup()"
syntax: "public ApplicationGatewayFirewallRuleGroup()"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.description()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.description()"
name: "description()"
nameWithType: "ApplicationGatewayFirewallRuleGroup.description()"
summary: "Get the description of the web application firewall rule group."
syntax: "public String description()"
desc: "Get the description of the web application firewall rule group."
returns:
description: "the description 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.ApplicationGatewayFirewallRuleGroup.ruleGroupName()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.ruleGroupName()"
name: "ruleGroupName()"
nameWithType: "ApplicationGatewayFirewallRuleGroup.ruleGroupName()"
summary: "Get the name of the web application firewall rule group."
syntax: "public String ruleGroupName()"
desc: "Get the name of the web application firewall rule group."
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.ApplicationGatewayFirewallRuleGroup.rules()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.rules()"
name: "rules()"
nameWithType: "ApplicationGatewayFirewallRuleGroup.rules()"
summary: "Get the rules of the web application firewall rule group."
syntax: "public List<ApplicationGatewayFirewallRule> rules()"
desc: "Get the rules of the web application firewall rule group."
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=\"com.microsoft.azure.management.network.ApplicationGatewayFirewallRule?alt=com.microsoft.azure.management.network.ApplicationGatewayFirewallRule&text=ApplicationGatewayFirewallRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ApplicationGatewayFirewallRuleGroup.withDescription(String description)"
summary: "Set the description of the web application firewall rule group."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayFirewallRuleGroup withDescription(String description)"
desc: "Set the description of the web application firewall rule group."
returns:
description: "the ApplicationGatewayFirewallRuleGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup?alt=com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup&text=ApplicationGatewayFirewallRuleGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.withRuleGroupName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.withRuleGroupName(String ruleGroupName)"
name: "withRuleGroupName(String ruleGroupName)"
nameWithType: "ApplicationGatewayFirewallRuleGroup.withRuleGroupName(String ruleGroupName)"
summary: "Set the name of the web application firewall rule group."
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 ApplicationGatewayFirewallRuleGroup withRuleGroupName(String ruleGroupName)"
desc: "Set the name of the web application firewall rule group."
returns:
description: "the ApplicationGatewayFirewallRuleGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup?alt=com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup&text=ApplicationGatewayFirewallRuleGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.withRules(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayFirewallRule>)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup.withRules(List<ApplicationGatewayFirewallRule> rules)"
name: "withRules(List<ApplicationGatewayFirewallRule> rules)"
nameWithType: "ApplicationGatewayFirewallRuleGroup.withRules(List<ApplicationGatewayFirewallRule> rules)"
summary: "Set the rules of the web application firewall rule group."
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=\"com.microsoft.azure.management.network.ApplicationGatewayFirewallRule?alt=com.microsoft.azure.management.network.ApplicationGatewayFirewallRule&text=ApplicationGatewayFirewallRule\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ApplicationGatewayFirewallRuleGroup withRules(List<ApplicationGatewayFirewallRule> rules)"
desc: "Set the rules of the web application firewall rule group."
returns:
description: "the ApplicationGatewayFirewallRuleGroup object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup?alt=com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup&text=ApplicationGatewayFirewallRuleGroup\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A web application firewall rule group."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4