| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
MatchCondition |
MatchCondition.withMatchValue(List<String> matchValue)
Set the matchValue property: List of possible match values.
|
MatchCondition |
MatchCondition.withMatchVariable(MatchVariable matchVariable)
Set the matchVariable property: Match variable to compare against.
|
MatchCondition |
MatchCondition.withNegateCondition(Boolean negateCondition)
Set the negateCondition property: Describes if the result of this condition should be negated.
|
MatchCondition |
MatchCondition.withOperator(Operator operator)
Set the operator property: Describes operator to be matched.
|
MatchCondition |
MatchCondition.withSelector(String selector)
Set the selector property: Selector can used to match a specific key for QueryString, Cookies, RequestHeader or
PostArgs.
|
MatchCondition |
MatchCondition.withTransforms(List<TransformType> transforms)
Set the transforms property: List of transforms.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.