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

156 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.MatchCondition"
fullName: "com.microsoft.azure.management.network.MatchCondition"
name: "MatchCondition"
nameWithType: "MatchCondition"
summary: "Define match conditions."
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 **MatchCondition**"
constructors:
- uid: "com.microsoft.azure.management.network.MatchCondition.MatchCondition()"
fullName: "com.microsoft.azure.management.network.MatchCondition.MatchCondition()"
name: "MatchCondition()"
nameWithType: "MatchCondition.MatchCondition()"
syntax: "public MatchCondition()"
methods:
- uid: "com.microsoft.azure.management.network.MatchCondition.matchValues()"
fullName: "com.microsoft.azure.management.network.MatchCondition.matchValues()"
name: "matchValues()"
nameWithType: "MatchCondition.matchValues()"
summary: "Get match value."
syntax: "public List<String> matchValues()"
desc: "Get match value."
returns:
description: "the matchValues value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.MatchCondition.matchVariables()"
fullName: "com.microsoft.azure.management.network.MatchCondition.matchVariables()"
name: "matchVariables()"
nameWithType: "MatchCondition.matchVariables()"
summary: "Get list of match variables."
syntax: "public List<MatchVariable> matchVariables()"
desc: "Get list of match variables."
returns:
description: "the matchVariables 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.MatchVariable?alt=com.microsoft.azure.management.network.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.MatchCondition.negationConditon()"
fullName: "com.microsoft.azure.management.network.MatchCondition.negationConditon()"
name: "negationConditon()"
nameWithType: "MatchCondition.negationConditon()"
summary: "Get whether this is negate condition or not."
syntax: "public Boolean negationConditon()"
desc: "Get whether this is negate condition or not."
returns:
description: "the negationConditon 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.MatchCondition.operator()"
fullName: "com.microsoft.azure.management.network.MatchCondition.operator()"
name: "operator()"
nameWithType: "MatchCondition.operator()"
summary: "Get the operator to be matched."
syntax: "public WebApplicationFirewallOperator operator()"
desc: "Get the operator to be matched. Possible values include: 'IPMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'Regex', 'GeoMatch'."
returns:
description: "the operator value"
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallOperator?alt=com.microsoft.azure.management.network.WebApplicationFirewallOperator&text=WebApplicationFirewallOperator\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.MatchCondition.transforms()"
fullName: "com.microsoft.azure.management.network.MatchCondition.transforms()"
name: "transforms()"
nameWithType: "MatchCondition.transforms()"
summary: "Get list of transforms."
syntax: "public List<WebApplicationFirewallTransform> transforms()"
desc: "Get list of transforms."
returns:
description: "the transforms 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.WebApplicationFirewallTransform?alt=com.microsoft.azure.management.network.WebApplicationFirewallTransform&text=WebApplicationFirewallTransform\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.MatchCondition.withMatchValues(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.MatchCondition.withMatchValues(List<String> matchValues)"
name: "withMatchValues(List<String> matchValues)"
nameWithType: "MatchCondition.withMatchValues(List<String> matchValues)"
summary: "Set match value."
parameters:
- description: "the matchValues value to set"
name: "matchValues"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MatchCondition withMatchValues(List<String> matchValues)"
desc: "Set match value."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.MatchCondition?alt=com.microsoft.azure.management.network.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.MatchCondition.withMatchVariables(java.util.List<com.microsoft.azure.management.network.MatchVariable>)"
fullName: "com.microsoft.azure.management.network.MatchCondition.withMatchVariables(List<MatchVariable> matchVariables)"
name: "withMatchVariables(List<MatchVariable> matchVariables)"
nameWithType: "MatchCondition.withMatchVariables(List<MatchVariable> matchVariables)"
summary: "Set list of match variables."
parameters:
- description: "the matchVariables value to set"
name: "matchVariables"
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.MatchVariable?alt=com.microsoft.azure.management.network.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MatchCondition withMatchVariables(List<MatchVariable> matchVariables)"
desc: "Set list of match variables."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.MatchCondition?alt=com.microsoft.azure.management.network.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.MatchCondition.withNegationConditon(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.MatchCondition.withNegationConditon(Boolean negationConditon)"
name: "withNegationConditon(Boolean negationConditon)"
nameWithType: "MatchCondition.withNegationConditon(Boolean negationConditon)"
summary: "Set whether this is negate condition or not."
parameters:
- description: "the negationConditon value to set"
name: "negationConditon"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchCondition withNegationConditon(Boolean negationConditon)"
desc: "Set whether this is negate condition or not."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.MatchCondition?alt=com.microsoft.azure.management.network.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.MatchCondition.withOperator(com.microsoft.azure.management.network.WebApplicationFirewallOperator)"
fullName: "com.microsoft.azure.management.network.MatchCondition.withOperator(WebApplicationFirewallOperator operator)"
name: "withOperator(WebApplicationFirewallOperator operator)"
nameWithType: "MatchCondition.withOperator(WebApplicationFirewallOperator operator)"
summary: "Set the operator to be matched."
parameters:
- description: "the operator value to set"
name: "operator"
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallOperator?alt=com.microsoft.azure.management.network.WebApplicationFirewallOperator&text=WebApplicationFirewallOperator\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchCondition withOperator(WebApplicationFirewallOperator operator)"
desc: "Set the operator to be matched. Possible values include: 'IPMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'Regex', 'GeoMatch'."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.MatchCondition?alt=com.microsoft.azure.management.network.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.MatchCondition.withTransforms(java.util.List<com.microsoft.azure.management.network.WebApplicationFirewallTransform>)"
fullName: "com.microsoft.azure.management.network.MatchCondition.withTransforms(List<WebApplicationFirewallTransform> transforms)"
name: "withTransforms(List<WebApplicationFirewallTransform> transforms)"
nameWithType: "MatchCondition.withTransforms(List<WebApplicationFirewallTransform> transforms)"
summary: "Set list of transforms."
parameters:
- description: "the transforms value to set"
name: "transforms"
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.WebApplicationFirewallTransform?alt=com.microsoft.azure.management.network.WebApplicationFirewallTransform&text=WebApplicationFirewallTransform\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MatchCondition withTransforms(List<WebApplicationFirewallTransform> transforms)"
desc: "Set list of transforms."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.network.MatchCondition?alt=com.microsoft.azure.management.network.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Define match conditions."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4