84 строки
5.9 KiB
YAML
84 строки
5.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule"
|
|
name: "ApplicationGatewayFirewallRule"
|
|
nameWithType: "ApplicationGatewayFirewallRule"
|
|
summary: "A web application firewall rule."
|
|
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 **ApplicationGatewayFirewallRule**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule.ApplicationGatewayFirewallRule()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule.ApplicationGatewayFirewallRule()"
|
|
name: "ApplicationGatewayFirewallRule()"
|
|
nameWithType: "ApplicationGatewayFirewallRule.ApplicationGatewayFirewallRule()"
|
|
syntax: "public ApplicationGatewayFirewallRule()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule.description()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule.description()"
|
|
name: "description()"
|
|
nameWithType: "ApplicationGatewayFirewallRule.description()"
|
|
summary: "Get the description of the web application firewall rule."
|
|
syntax: "public String description()"
|
|
desc: "Get the description of the web application firewall rule."
|
|
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.ApplicationGatewayFirewallRule.ruleId()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule.ruleId()"
|
|
name: "ruleId()"
|
|
nameWithType: "ApplicationGatewayFirewallRule.ruleId()"
|
|
summary: "Get the identifier of the web application firewall rule."
|
|
syntax: "public int ruleId()"
|
|
desc: "Get the identifier of the web application firewall rule."
|
|
returns:
|
|
description: "the ruleId value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule.withDescription(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "ApplicationGatewayFirewallRule.withDescription(String description)"
|
|
summary: "Set the description of the web application firewall rule."
|
|
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 ApplicationGatewayFirewallRule withDescription(String description)"
|
|
desc: "Set the description of the web application firewall rule."
|
|
returns:
|
|
description: "the ApplicationGatewayFirewallRule object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFirewallRule?alt=com.microsoft.azure.management.network.ApplicationGatewayFirewallRule&text=ApplicationGatewayFirewallRule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule.withRuleId(int)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFirewallRule.withRuleId(int ruleId)"
|
|
name: "withRuleId(int ruleId)"
|
|
nameWithType: "ApplicationGatewayFirewallRule.withRuleId(int ruleId)"
|
|
summary: "Set the identifier of the web application firewall rule."
|
|
parameters:
|
|
- description: "the ruleId value to set"
|
|
name: "ruleId"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayFirewallRule withRuleId(int ruleId)"
|
|
desc: "Set the identifier of the web application firewall rule."
|
|
returns:
|
|
description: "the ApplicationGatewayFirewallRule object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFirewallRule?alt=com.microsoft.azure.management.network.ApplicationGatewayFirewallRule&text=ApplicationGatewayFirewallRule\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A web application firewall rule."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|