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

180 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.MatchCondition"
fullName: "com.microsoft.azure.management.cdn.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.cdn.MatchCondition.MatchCondition()"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.MatchCondition()"
name: "MatchCondition()"
nameWithType: "MatchCondition.MatchCondition()"
syntax: "public MatchCondition()"
methods:
- uid: "com.microsoft.azure.management.cdn.MatchCondition.matchValue()"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.matchValue()"
name: "matchValue()"
nameWithType: "MatchCondition.matchValue()"
summary: "Get list of possible match values."
syntax: "public List<String> matchValue()"
desc: "Get list of possible match values."
returns:
description: "the matchValue 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.cdn.MatchCondition.matchVariable()"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.matchVariable()"
name: "matchVariable()"
nameWithType: "MatchCondition.matchVariable()"
summary: "Get match variable to compare against."
syntax: "public MatchVariable matchVariable()"
desc: "Get match variable to compare against. Possible values include: 'RemoteAddr', 'SocketAddr', 'RequestMethod', 'RequestHeader', 'RequestUri', 'QueryString', 'RequestBody', 'Cookies', 'PostArgs'."
returns:
description: "the matchVariable value"
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchVariable?alt=com.microsoft.azure.management.cdn.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.negateCondition()"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.negateCondition()"
name: "negateCondition()"
nameWithType: "MatchCondition.negateCondition()"
summary: "Get describes if the result of this condition should be negated."
syntax: "public Boolean negateCondition()"
desc: "Get describes if the result of this condition should be negated."
returns:
description: "the negateCondition value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.operator()"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.operator()"
name: "operator()"
nameWithType: "MatchCondition.operator()"
summary: "Get describes operator to be matched."
syntax: "public Operator operator()"
desc: "Get describes operator to be matched. Possible values include: 'Any', 'IPMatch', 'GeoMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'RegEx'."
returns:
description: "the operator value"
type: "<xref href=\"com.microsoft.azure.management.cdn.Operator?alt=com.microsoft.azure.management.cdn.Operator&text=Operator\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.selector()"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.selector()"
name: "selector()"
nameWithType: "MatchCondition.selector()"
summary: "Get 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 selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs."
returns:
description: "the selector value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.transforms()"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.transforms()"
name: "transforms()"
nameWithType: "MatchCondition.transforms()"
summary: "Get list of transforms."
syntax: "public List<TransformType> 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.cdn.TransformType?alt=com.microsoft.azure.management.cdn.TransformType&text=TransformType\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.withMatchValue(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.withMatchValue(List<String> matchValue)"
name: "withMatchValue(List<String> matchValue)"
nameWithType: "MatchCondition.withMatchValue(List<String> matchValue)"
summary: "Set list of possible match values."
parameters:
- description: "the matchValue value to set"
name: "matchValue"
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 withMatchValue(List<String> matchValue)"
desc: "Set list of possible match values."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchCondition?alt=com.microsoft.azure.management.cdn.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.withMatchVariable(com.microsoft.azure.management.cdn.MatchVariable)"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.withMatchVariable(MatchVariable matchVariable)"
name: "withMatchVariable(MatchVariable matchVariable)"
nameWithType: "MatchCondition.withMatchVariable(MatchVariable matchVariable)"
summary: "Set match variable to compare against."
parameters:
- description: "the matchVariable value to set"
name: "matchVariable"
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchVariable?alt=com.microsoft.azure.management.cdn.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchCondition withMatchVariable(MatchVariable matchVariable)"
desc: "Set match variable to compare against. Possible values include: 'RemoteAddr', 'SocketAddr', 'RequestMethod', 'RequestHeader', 'RequestUri', 'QueryString', 'RequestBody', 'Cookies', 'PostArgs'."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchCondition?alt=com.microsoft.azure.management.cdn.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.withNegateCondition(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.withNegateCondition(Boolean negateCondition)"
name: "withNegateCondition(Boolean negateCondition)"
nameWithType: "MatchCondition.withNegateCondition(Boolean negateCondition)"
summary: "Set describes if the result of this condition should be negated."
parameters:
- description: "the negateCondition value to set"
name: "negateCondition"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchCondition withNegateCondition(Boolean negateCondition)"
desc: "Set describes if the result of this condition should be negated."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchCondition?alt=com.microsoft.azure.management.cdn.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.withOperator(com.microsoft.azure.management.cdn.Operator)"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.withOperator(Operator operator)"
name: "withOperator(Operator operator)"
nameWithType: "MatchCondition.withOperator(Operator operator)"
summary: "Set describes operator to be matched."
parameters:
- description: "the operator value to set"
name: "operator"
type: "<xref href=\"com.microsoft.azure.management.cdn.Operator?alt=com.microsoft.azure.management.cdn.Operator&text=Operator\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchCondition withOperator(Operator operator)"
desc: "Set describes operator to be matched. Possible values include: 'Any', 'IPMatch', 'GeoMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'RegEx'."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchCondition?alt=com.microsoft.azure.management.cdn.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.withSelector(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.withSelector(String selector)"
name: "withSelector(String selector)"
nameWithType: "MatchCondition.withSelector(String selector)"
summary: "Set 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchCondition withSelector(String selector)"
desc: "Set selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchCondition?alt=com.microsoft.azure.management.cdn.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.MatchCondition.withTransforms(java.util.List<com.microsoft.azure.management.cdn.TransformType>)"
fullName: "com.microsoft.azure.management.cdn.MatchCondition.withTransforms(List<TransformType> transforms)"
name: "withTransforms(List<TransformType> transforms)"
nameWithType: "MatchCondition.withTransforms(List<TransformType> 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.cdn.TransformType?alt=com.microsoft.azure.management.cdn.TransformType&text=TransformType\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MatchCondition withTransforms(List<TransformType> transforms)"
desc: "Set list of transforms."
returns:
description: "the MatchCondition object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.MatchCondition?alt=com.microsoft.azure.management.cdn.MatchCondition&text=MatchCondition\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Define match conditions."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4