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

166 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule"
name: "WebApplicationFirewallCustomRule"
nameWithType: "WebApplicationFirewallCustomRule"
summary: "Defines contents of a web application 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 **WebApplicationFirewallCustomRule**"
constructors:
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.WebApplicationFirewallCustomRule()"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.WebApplicationFirewallCustomRule()"
name: "WebApplicationFirewallCustomRule()"
nameWithType: "WebApplicationFirewallCustomRule.WebApplicationFirewallCustomRule()"
syntax: "public WebApplicationFirewallCustomRule()"
methods:
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.action()"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.action()"
name: "action()"
nameWithType: "WebApplicationFirewallCustomRule.action()"
summary: "Get type of Actions."
syntax: "public WebApplicationFirewallAction action()"
desc: "Get type of Actions. Possible values include: 'Allow', 'Block', 'Log'."
returns:
description: "the action value"
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallAction?alt=com.microsoft.azure.management.network.WebApplicationFirewallAction&text=WebApplicationFirewallAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.etag()"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.etag()"
name: "etag()"
nameWithType: "WebApplicationFirewallCustomRule.etag()"
summary: "Get a unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get a unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag 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.WebApplicationFirewallCustomRule.matchConditions()"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.matchConditions()"
name: "matchConditions()"
nameWithType: "WebApplicationFirewallCustomRule.matchConditions()"
summary: "Get list of match conditions."
syntax: "public List<MatchCondition> matchConditions()"
desc: "Get list of match conditions."
returns:
description: "the matchConditions 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.MatchCondition?alt=com.microsoft.azure.management.network.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.name()"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.name()"
name: "name()"
nameWithType: "WebApplicationFirewallCustomRule.name()"
summary: "Get the name of the resource that is unique within a policy."
syntax: "public String name()"
desc: "Get the name of the resource that is unique within a policy. This name can be used to access the resource."
returns:
description: "the name 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.WebApplicationFirewallCustomRule.priority()"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.priority()"
name: "priority()"
nameWithType: "WebApplicationFirewallCustomRule.priority()"
summary: "Get priority of the rule."
syntax: "public int priority()"
desc: "Get priority of the rule. Rules with a lower value will be evaluated before rules with a higher value."
returns:
description: "the priority value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.ruleType()"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.ruleType()"
name: "ruleType()"
nameWithType: "WebApplicationFirewallCustomRule.ruleType()"
summary: "Get the rule type."
syntax: "public WebApplicationFirewallRuleType ruleType()"
desc: "Get the rule type. Possible values include: 'MatchRule', 'Invalid'."
returns:
description: "the ruleType value"
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallRuleType?alt=com.microsoft.azure.management.network.WebApplicationFirewallRuleType&text=WebApplicationFirewallRuleType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withAction(com.microsoft.azure.management.network.WebApplicationFirewallAction)"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withAction(WebApplicationFirewallAction action)"
name: "withAction(WebApplicationFirewallAction action)"
nameWithType: "WebApplicationFirewallCustomRule.withAction(WebApplicationFirewallAction action)"
summary: "Set type of Actions."
parameters:
- description: "the action value to set"
name: "action"
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallAction?alt=com.microsoft.azure.management.network.WebApplicationFirewallAction&text=WebApplicationFirewallAction\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebApplicationFirewallCustomRule withAction(WebApplicationFirewallAction action)"
desc: "Set type of Actions. Possible values include: 'Allow', 'Block', 'Log'."
returns:
description: "the WebApplicationFirewallCustomRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallCustomRule?alt=com.microsoft.azure.management.network.WebApplicationFirewallCustomRule&text=WebApplicationFirewallCustomRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withMatchConditions(java.util.List<com.microsoft.azure.management.network.MatchCondition>)"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withMatchConditions(List<MatchCondition> matchConditions)"
name: "withMatchConditions(List<MatchCondition> matchConditions)"
nameWithType: "WebApplicationFirewallCustomRule.withMatchConditions(List<MatchCondition> matchConditions)"
summary: "Set list of match conditions."
parameters:
- description: "the matchConditions value to set"
name: "matchConditions"
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.MatchCondition?alt=com.microsoft.azure.management.network.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public WebApplicationFirewallCustomRule withMatchConditions(List<MatchCondition> matchConditions)"
desc: "Set list of match conditions."
returns:
description: "the WebApplicationFirewallCustomRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallCustomRule?alt=com.microsoft.azure.management.network.WebApplicationFirewallCustomRule&text=WebApplicationFirewallCustomRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withName(String name)"
name: "withName(String name)"
nameWithType: "WebApplicationFirewallCustomRule.withName(String name)"
summary: "Set the name of the resource that is unique within a policy."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebApplicationFirewallCustomRule withName(String name)"
desc: "Set the name of the resource that is unique within a policy. This name can be used to access the resource."
returns:
description: "the WebApplicationFirewallCustomRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallCustomRule?alt=com.microsoft.azure.management.network.WebApplicationFirewallCustomRule&text=WebApplicationFirewallCustomRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withPriority(int)"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withPriority(int priority)"
name: "withPriority(int priority)"
nameWithType: "WebApplicationFirewallCustomRule.withPriority(int priority)"
summary: "Set priority of the rule."
parameters:
- description: "the priority value to set"
name: "priority"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebApplicationFirewallCustomRule withPriority(int priority)"
desc: "Set priority of the rule. Rules with a lower value will be evaluated before rules with a higher value."
returns:
description: "the WebApplicationFirewallCustomRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallCustomRule?alt=com.microsoft.azure.management.network.WebApplicationFirewallCustomRule&text=WebApplicationFirewallCustomRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withRuleType(com.microsoft.azure.management.network.WebApplicationFirewallRuleType)"
fullName: "com.microsoft.azure.management.network.WebApplicationFirewallCustomRule.withRuleType(WebApplicationFirewallRuleType ruleType)"
name: "withRuleType(WebApplicationFirewallRuleType ruleType)"
nameWithType: "WebApplicationFirewallCustomRule.withRuleType(WebApplicationFirewallRuleType ruleType)"
summary: "Set the rule type."
parameters:
- description: "the ruleType value to set"
name: "ruleType"
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallRuleType?alt=com.microsoft.azure.management.network.WebApplicationFirewallRuleType&text=WebApplicationFirewallRuleType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebApplicationFirewallCustomRule withRuleType(WebApplicationFirewallRuleType ruleType)"
desc: "Set the rule type. Possible values include: 'MatchRule', 'Invalid'."
returns:
description: "the WebApplicationFirewallCustomRule object itself."
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallCustomRule?alt=com.microsoft.azure.management.network.WebApplicationFirewallCustomRule&text=WebApplicationFirewallCustomRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines contents of a web application rule."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4