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

222 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters"
name: "CookiesMatchConditionParameters"
nameWithType: "CookiesMatchConditionParameters"
summary: "Defines the parameters for Cookies 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 **CookiesMatchConditionParameters**</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.CookiesMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters&text=CookiesMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.CookiesMatchConditionParameters()"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.CookiesMatchConditionParameters()"
name: "CookiesMatchConditionParameters()"
nameWithType: "CookiesMatchConditionParameters.CookiesMatchConditionParameters()"
summary: "Creates an instance of Cookies<wbr>Match<wbr>Condition<wbr>Parameters class."
syntax: "public CookiesMatchConditionParameters()"
desc: "Creates an instance of CookiesMatchConditionParameters class."
methods:
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CookiesMatchConditionParameters.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Cookies<wbr>Match<wbr>Condition<wbr>Parameters 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 CookiesMatchConditionParameters 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 CookiesMatchConditionParameters from the JsonReader."
returns:
description: "An instance of CookiesMatchConditionParameters if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters&text=CookiesMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.matchValues()"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.matchValues()"
name: "matchValues()"
nameWithType: "CookiesMatchConditionParameters.matchValues()"
summary: "Get the match<wbr>Values property: The match value for the condition of the delivery rule."
syntax: "public List<String> matchValues()"
desc: "Get the matchValues property: The match value for the condition of the delivery rule."
returns:
description: "the matchValues 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.CookiesMatchConditionParameters.negateCondition()"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.negateCondition()"
name: "negateCondition()"
nameWithType: "CookiesMatchConditionParameters.negateCondition()"
summary: "Get the negate<wbr>Condition property: Describes if this is negate condition or not."
syntax: "public Boolean negateCondition()"
desc: "Get the negateCondition property: Describes if this is negate condition or not."
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.CookiesMatchConditionParameters.operator()"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.operator()"
name: "operator()"
nameWithType: "CookiesMatchConditionParameters.operator()"
summary: "Get the operator property: Describes operator to be matched."
syntax: "public CookiesOperator operator()"
desc: "Get the operator property: Describes operator to be matched."
returns:
description: "the operator value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CookiesOperator?alt=com.azure.resourcemanager.cdn.models.CookiesOperator&text=CookiesOperator\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.selector()"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.selector()"
name: "selector()"
nameWithType: "CookiesMatchConditionParameters.selector()"
summary: "Get the selector property: Name of Cookies to be matched."
syntax: "public String selector()"
desc: "Get the selector property: Name of Cookies to be matched."
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.CookiesMatchConditionParameters.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CookiesMatchConditionParameters.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.CookiesMatchConditionParameters.transforms()"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.transforms()"
name: "transforms()"
nameWithType: "CookiesMatchConditionParameters.transforms()"
summary: "Get the transforms property: List of transforms."
syntax: "public List<Transform> 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.Transform?alt=com.azure.resourcemanager.cdn.models.Transform&text=Transform\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.typeName()"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.typeName()"
name: "typeName()"
nameWithType: "CookiesMatchConditionParameters.typeName()"
summary: "Get the type<wbr>Name property: The type<wbr>Name property."
syntax: "public String typeName()"
desc: "Get the typeName property: The typeName property."
returns:
description: "the typeName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.validate()"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.validate()"
name: "validate()"
nameWithType: "CookiesMatchConditionParameters.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withMatchValues(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withMatchValues(List<String> matchValues)"
name: "withMatchValues(List<String> matchValues)"
nameWithType: "CookiesMatchConditionParameters.withMatchValues(List<String> matchValues)"
summary: "Set the match<wbr>Values property: The match value for the condition of the delivery rule."
parameters:
- description: "the matchValues value to set."
name: "matchValues"
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 CookiesMatchConditionParameters withMatchValues(List<String> matchValues)"
desc: "Set the matchValues property: The match value for the condition of the delivery rule."
returns:
description: "the CookiesMatchConditionParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters&text=CookiesMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withNegateCondition(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withNegateCondition(Boolean negateCondition)"
name: "withNegateCondition(Boolean negateCondition)"
nameWithType: "CookiesMatchConditionParameters.withNegateCondition(Boolean negateCondition)"
summary: "Set the negate<wbr>Condition property: Describes if this is negate condition or not."
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 CookiesMatchConditionParameters withNegateCondition(Boolean negateCondition)"
desc: "Set the negateCondition property: Describes if this is negate condition or not."
returns:
description: "the CookiesMatchConditionParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters&text=CookiesMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withOperator(com.azure.resourcemanager.cdn.models.CookiesOperator)"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withOperator(CookiesOperator operator)"
name: "withOperator(CookiesOperator operator)"
nameWithType: "CookiesMatchConditionParameters.withOperator(CookiesOperator 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.CookiesOperator?alt=com.azure.resourcemanager.cdn.models.CookiesOperator&text=CookiesOperator\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CookiesMatchConditionParameters withOperator(CookiesOperator operator)"
desc: "Set the operator property: Describes operator to be matched."
returns:
description: "the CookiesMatchConditionParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters&text=CookiesMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withSelector(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withSelector(String selector)"
name: "withSelector(String selector)"
nameWithType: "CookiesMatchConditionParameters.withSelector(String selector)"
summary: "Set the selector property: Name of Cookies to be matched."
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 CookiesMatchConditionParameters withSelector(String selector)"
desc: "Set the selector property: Name of Cookies to be matched."
returns:
description: "the CookiesMatchConditionParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters&text=CookiesMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withTransforms(java.util.List<com.azure.resourcemanager.cdn.models.Transform>)"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withTransforms(List<Transform> transforms)"
name: "withTransforms(List<Transform> transforms)"
nameWithType: "CookiesMatchConditionParameters.withTransforms(List<Transform> 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.Transform?alt=com.azure.resourcemanager.cdn.models.Transform&text=Transform\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CookiesMatchConditionParameters withTransforms(List<Transform> transforms)"
desc: "Set the transforms property: List of transforms."
returns:
description: "the CookiesMatchConditionParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters&text=CookiesMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withTypeName(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters.withTypeName(String typeName)"
name: "withTypeName(String typeName)"
nameWithType: "CookiesMatchConditionParameters.withTypeName(String typeName)"
summary: "Set the type<wbr>Name property: The type<wbr>Name property."
parameters:
- description: "the typeName value to set."
name: "typeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CookiesMatchConditionParameters withTypeName(String typeName)"
desc: "Set the typeName property: The typeName property."
returns:
description: "the CookiesMatchConditionParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters&text=CookiesMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the parameters for Cookies 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.CookiesMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters&text=CookiesMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0