132 строки
10 KiB
YAML
132 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition"
|
|
name: "ApplicationGatewayRewriteRuleCondition"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition"
|
|
summary: "Set of conditions in the Rewrite Rule in Application Gateway."
|
|
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 **ApplicationGatewayRewriteRuleCondition**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.ApplicationGatewayRewriteRuleCondition()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.ApplicationGatewayRewriteRuleCondition()"
|
|
name: "ApplicationGatewayRewriteRuleCondition()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition.ApplicationGatewayRewriteRuleCondition()"
|
|
syntax: "public ApplicationGatewayRewriteRuleCondition()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.ignoreCase()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.ignoreCase()"
|
|
name: "ignoreCase()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition.ignoreCase()"
|
|
summary: "Get setting this paramter to truth value with force the pattern to do a case in-sensitive comparison."
|
|
syntax: "public Boolean ignoreCase()"
|
|
desc: "Get setting this paramter to truth value with force the pattern to do a case in-sensitive comparison."
|
|
returns:
|
|
description: "the ignoreCase value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.negate()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.negate()"
|
|
name: "negate()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition.negate()"
|
|
summary: "Get setting this value as truth will force to check the negation of the condition given by the user."
|
|
syntax: "public Boolean negate()"
|
|
desc: "Get setting this value as truth will force to check the negation of the condition given by the user."
|
|
returns:
|
|
description: "the negate value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.pattern()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.pattern()"
|
|
name: "pattern()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition.pattern()"
|
|
summary: "Get the pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition."
|
|
syntax: "public String pattern()"
|
|
desc: "Get the pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition."
|
|
returns:
|
|
description: "the pattern 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.ApplicationGatewayRewriteRuleCondition.variable()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.variable()"
|
|
name: "variable()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition.variable()"
|
|
summary: "Get the condition parameter of the Rewrite<wbr>Rule<wbr>Condition."
|
|
syntax: "public String variable()"
|
|
desc: "Get the condition parameter of the RewriteRuleCondition."
|
|
returns:
|
|
description: "the variable 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.ApplicationGatewayRewriteRuleCondition.withIgnoreCase(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.withIgnoreCase(Boolean ignoreCase)"
|
|
name: "withIgnoreCase(Boolean ignoreCase)"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition.withIgnoreCase(Boolean ignoreCase)"
|
|
summary: "Set setting this paramter to truth value with force the pattern to do a case in-sensitive comparison."
|
|
parameters:
|
|
- description: "the ignoreCase value to set"
|
|
name: "ignoreCase"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayRewriteRuleCondition withIgnoreCase(Boolean ignoreCase)"
|
|
desc: "Set setting this paramter to truth value with force the pattern to do a case in-sensitive comparison."
|
|
returns:
|
|
description: "the ApplicationGatewayRewriteRuleCondition object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition?alt=com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition&text=ApplicationGatewayRewriteRuleCondition\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.withNegate(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.withNegate(Boolean negate)"
|
|
name: "withNegate(Boolean negate)"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition.withNegate(Boolean negate)"
|
|
summary: "Set setting this value as truth will force to check the negation of the condition given by the user."
|
|
parameters:
|
|
- description: "the negate value to set"
|
|
name: "negate"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayRewriteRuleCondition withNegate(Boolean negate)"
|
|
desc: "Set setting this value as truth will force to check the negation of the condition given by the user."
|
|
returns:
|
|
description: "the ApplicationGatewayRewriteRuleCondition object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition?alt=com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition&text=ApplicationGatewayRewriteRuleCondition\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.withPattern(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.withPattern(String pattern)"
|
|
name: "withPattern(String pattern)"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition.withPattern(String pattern)"
|
|
summary: "Set the pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition."
|
|
parameters:
|
|
- description: "the pattern value to set"
|
|
name: "pattern"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayRewriteRuleCondition withPattern(String pattern)"
|
|
desc: "Set the pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition."
|
|
returns:
|
|
description: "the ApplicationGatewayRewriteRuleCondition object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition?alt=com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition&text=ApplicationGatewayRewriteRuleCondition\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.withVariable(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition.withVariable(String variable)"
|
|
name: "withVariable(String variable)"
|
|
nameWithType: "ApplicationGatewayRewriteRuleCondition.withVariable(String variable)"
|
|
summary: "Set the condition parameter of the Rewrite<wbr>Rule<wbr>Condition."
|
|
parameters:
|
|
- description: "the variable value to set"
|
|
name: "variable"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayRewriteRuleCondition withVariable(String variable)"
|
|
desc: "Set the condition parameter of the RewriteRuleCondition."
|
|
returns:
|
|
description: "the ApplicationGatewayRewriteRuleCondition object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition?alt=com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleCondition&text=ApplicationGatewayRewriteRuleCondition\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Set of conditions in the Rewrite Rule in Application Gateway."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|