198 строки
16 KiB
YAML
198 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters"
|
|
name: "ClientPortMatchConditionParameters"
|
|
nameWithType: "ClientPortMatchConditionParameters"
|
|
summary: "Defines the parameters for Client<wbr>Port 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 **ClientPortMatchConditionParameters**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters&text=ClientPortMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.ClientPortMatchConditionParameters()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.ClientPortMatchConditionParameters()"
|
|
name: "ClientPortMatchConditionParameters()"
|
|
nameWithType: "ClientPortMatchConditionParameters.ClientPortMatchConditionParameters()"
|
|
summary: "Creates an instance of Client<wbr>Port<wbr>Match<wbr>Condition<wbr>Parameters class."
|
|
syntax: "public ClientPortMatchConditionParameters()"
|
|
desc: "Creates an instance of ClientPortMatchConditionParameters class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "ClientPortMatchConditionParameters.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Client<wbr>Port<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 ClientPortMatchConditionParameters 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 ClientPortMatchConditionParameters from the JsonReader."
|
|
returns:
|
|
description: "An instance of ClientPortMatchConditionParameters 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.ClientPortMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters&text=ClientPortMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.matchValues()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.matchValues()"
|
|
name: "matchValues()"
|
|
nameWithType: "ClientPortMatchConditionParameters.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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.negateCondition()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.negateCondition()"
|
|
name: "negateCondition()"
|
|
nameWithType: "ClientPortMatchConditionParameters.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.ClientPortMatchConditionParameters.operator()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.operator()"
|
|
name: "operator()"
|
|
nameWithType: "ClientPortMatchConditionParameters.operator()"
|
|
summary: "Get the operator property: Describes operator to be matched."
|
|
syntax: "public ClientPortOperator operator()"
|
|
desc: "Get the operator property: Describes operator to be matched."
|
|
returns:
|
|
description: "the operator value."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ClientPortOperator?alt=com.azure.resourcemanager.cdn.models.ClientPortOperator&text=ClientPortOperator\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "ClientPortMatchConditionParameters.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.ClientPortMatchConditionParameters.transforms()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.transforms()"
|
|
name: "transforms()"
|
|
nameWithType: "ClientPortMatchConditionParameters.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><<xref href=\"com.azure.resourcemanager.cdn.models.Transform?alt=com.azure.resourcemanager.cdn.models.Transform&text=Transform\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.typeName()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.typeName()"
|
|
name: "typeName()"
|
|
nameWithType: "ClientPortMatchConditionParameters.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.ClientPortMatchConditionParameters.validate()"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ClientPortMatchConditionParameters.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withMatchValues(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withMatchValues(List<String> matchValues)"
|
|
name: "withMatchValues(List<String> matchValues)"
|
|
nameWithType: "ClientPortMatchConditionParameters.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><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public ClientPortMatchConditionParameters withMatchValues(List<String> matchValues)"
|
|
desc: "Set the matchValues property: The match value for the condition of the delivery rule."
|
|
returns:
|
|
description: "the ClientPortMatchConditionParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters&text=ClientPortMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withNegateCondition(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withNegateCondition(Boolean negateCondition)"
|
|
name: "withNegateCondition(Boolean negateCondition)"
|
|
nameWithType: "ClientPortMatchConditionParameters.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 ClientPortMatchConditionParameters withNegateCondition(Boolean negateCondition)"
|
|
desc: "Set the negateCondition property: Describes if this is negate condition or not."
|
|
returns:
|
|
description: "the ClientPortMatchConditionParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters&text=ClientPortMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withOperator(com.azure.resourcemanager.cdn.models.ClientPortOperator)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withOperator(ClientPortOperator operator)"
|
|
name: "withOperator(ClientPortOperator operator)"
|
|
nameWithType: "ClientPortMatchConditionParameters.withOperator(ClientPortOperator 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.ClientPortOperator?alt=com.azure.resourcemanager.cdn.models.ClientPortOperator&text=ClientPortOperator\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ClientPortMatchConditionParameters withOperator(ClientPortOperator operator)"
|
|
desc: "Set the operator property: Describes operator to be matched."
|
|
returns:
|
|
description: "the ClientPortMatchConditionParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters&text=ClientPortMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withTransforms(java.util.List<com.azure.resourcemanager.cdn.models.Transform>)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withTransforms(List<Transform> transforms)"
|
|
name: "withTransforms(List<Transform> transforms)"
|
|
nameWithType: "ClientPortMatchConditionParameters.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><<xref href=\"com.azure.resourcemanager.cdn.models.Transform?alt=com.azure.resourcemanager.cdn.models.Transform&text=Transform\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ClientPortMatchConditionParameters withTransforms(List<Transform> transforms)"
|
|
desc: "Set the transforms property: List of transforms."
|
|
returns:
|
|
description: "the ClientPortMatchConditionParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters&text=ClientPortMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withTypeName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters.withTypeName(String typeName)"
|
|
name: "withTypeName(String typeName)"
|
|
nameWithType: "ClientPortMatchConditionParameters.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 ClientPortMatchConditionParameters withTypeName(String typeName)"
|
|
desc: "Set the typeName property: The typeName property."
|
|
returns:
|
|
description: "the ClientPortMatchConditionParameters object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters&text=ClientPortMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines the parameters for ClientPort match conditions."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters?alt=com.azure.resourcemanager.cdn.models.ClientPortMatchConditionParameters&text=ClientPortMatchConditionParameters\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.cdn.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0
|