azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

222 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.MatchCondition"
fullName: "com.azure.resourcemanager.cdn.models.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: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MatchCondition**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.MatchCondition()"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.MatchCondition()"
name: "MatchCondition()"
nameWithType: "MatchCondition.MatchCondition()"
summary: "Creates an instance of Match<wbr>Condition class."
syntax: "public MatchCondition()"
desc: "Creates an instance of MatchCondition class."
methods:
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MatchCondition.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Match<wbr>Condition from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static MatchCondition fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of MatchCondition from the JsonReader."
returns:
description: "An instance of MatchCondition if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.matchValue()"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.matchValue()"
name: "matchValue()"
nameWithType: "MatchCondition.matchValue()"
summary: "Get the match<wbr>Value property: List of possible match values."
syntax: "public List<String> matchValue()"
desc: "Get the matchValue property: List of possible match values."
returns:
description: "the matchValue value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.matchVariable()"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.matchVariable()"
name: "matchVariable()"
nameWithType: "MatchCondition.matchVariable()"
summary: "Get the match<wbr>Variable property: Match variable to compare against."
syntax: "public WafMatchVariable matchVariable()"
desc: "Get the matchVariable property: Match variable to compare against."
returns:
description: "the matchVariable value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.negateCondition()"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.negateCondition()"
name: "negateCondition()"
nameWithType: "MatchCondition.negateCondition()"
summary: "Get the negate<wbr>Condition property: Describes if the result of this condition should be negated."
syntax: "public Boolean negateCondition()"
desc: "Get the negateCondition property: Describes if the result of this condition should be negated."
returns:
description: "the negateCondition value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.operator()"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.operator()"
name: "operator()"
nameWithType: "MatchCondition.operator()"
summary: "Get the operator property: Describes operator to be matched."
syntax: "public Operator operator()"
desc: "Get the operator property: Describes operator to be matched."
returns:
description: "the operator value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.Operator?alt=com.azure.resourcemanager.cdn.models.Operator&text=Operator\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.selector()"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.selector()"
name: "selector()"
nameWithType: "MatchCondition.selector()"
summary: "Get the selector property: Selector can used to match a specific key for Query<wbr>String, Cookies, Request<wbr>Header or Post<wbr>Args."
syntax: "public String selector()"
desc: "Get the selector property: Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs."
returns:
description: "the selector value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MatchCondition.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.transforms()"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.transforms()"
name: "transforms()"
nameWithType: "MatchCondition.transforms()"
summary: "Get the transforms property: List of transforms."
syntax: "public List<TransformType> transforms()"
desc: "Get the transforms property: List of transforms."
returns:
description: "the transforms value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.TransformType?alt=com.azure.resourcemanager.cdn.models.TransformType&text=TransformType\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.validate()"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.validate()"
name: "validate()"
nameWithType: "MatchCondition.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.withMatchValue(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.withMatchValue(List<String> matchValue)"
name: "withMatchValue(List<String> matchValue)"
nameWithType: "MatchCondition.withMatchValue(List<String> matchValue)"
summary: "Set the match<wbr>Value property: List of possible match values."
parameters:
- description: "the matchValue value to set."
name: "matchValue"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public MatchCondition withMatchValue(List<String> matchValue)"
desc: "Set the matchValue property: List of possible match values."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.withMatchVariable(com.azure.resourcemanager.cdn.models.WafMatchVariable)"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.withMatchVariable(WafMatchVariable matchVariable)"
name: "withMatchVariable(WafMatchVariable matchVariable)"
nameWithType: "MatchCondition.withMatchVariable(WafMatchVariable matchVariable)"
summary: "Set the match<wbr>Variable property: Match variable to compare against."
parameters:
- description: "the matchVariable value to set."
name: "matchVariable"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchCondition withMatchVariable(WafMatchVariable matchVariable)"
desc: "Set the matchVariable property: Match variable to compare against."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.withNegateCondition(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.withNegateCondition(Boolean negateCondition)"
name: "withNegateCondition(Boolean negateCondition)"
nameWithType: "MatchCondition.withNegateCondition(Boolean negateCondition)"
summary: "Set the negate<wbr>Condition property: Describes if the result of this condition should be negated."
parameters:
- description: "the negateCondition value to set."
name: "negateCondition"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public MatchCondition withNegateCondition(Boolean negateCondition)"
desc: "Set the negateCondition property: Describes if the result of this condition should be negated."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.withOperator(com.azure.resourcemanager.cdn.models.Operator)"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.withOperator(Operator operator)"
name: "withOperator(Operator operator)"
nameWithType: "MatchCondition.withOperator(Operator operator)"
summary: "Set the operator property: Describes operator to be matched."
parameters:
- description: "the operator value to set."
name: "operator"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.Operator?alt=com.azure.resourcemanager.cdn.models.Operator&text=Operator\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchCondition withOperator(Operator operator)"
desc: "Set the operator property: Describes operator to be matched."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.withSelector(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.withSelector(String selector)"
name: "withSelector(String selector)"
nameWithType: "MatchCondition.withSelector(String selector)"
summary: "Set the selector property: Selector can used to match a specific key for Query<wbr>String, Cookies, Request<wbr>Header or Post<wbr>Args."
parameters:
- description: "the selector value to set."
name: "selector"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MatchCondition withSelector(String selector)"
desc: "Set the selector property: Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MatchCondition.withTransforms(java.util.List<com.azure.resourcemanager.cdn.models.TransformType>)"
fullName: "com.azure.resourcemanager.cdn.models.MatchCondition.withTransforms(List<TransformType> transforms)"
name: "withTransforms(List<TransformType> transforms)"
nameWithType: "MatchCondition.withTransforms(List<TransformType> transforms)"
summary: "Set the transforms property: List of transforms."
parameters:
- description: "the transforms value to set."
name: "transforms"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.TransformType?alt=com.azure.resourcemanager.cdn.models.TransformType&text=TransformType\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MatchCondition withTransforms(List<TransformType> transforms)"
desc: "Set the transforms property: List of transforms."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Define match conditions."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.models.MatchCondition?alt=com.azure.resourcemanager.cdn.models.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.42.0