| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static Operator |
Operator.ANY
Static value Any for Operator.
|
static Operator |
Operator.BEGINS_WITH
Static value BeginsWith for Operator.
|
static Operator |
Operator.CONTAINS
Static value Contains for Operator.
|
static Operator |
Operator.ENDS_WITH
Static value EndsWith for Operator.
|
static Operator |
Operator.EQUAL
Static value Equal for Operator.
|
static Operator |
Operator.GEO_MATCH
Static value GeoMatch for Operator.
|
static Operator |
Operator.GREATER_THAN
Static value GreaterThan for Operator.
|
static Operator |
Operator.GREATER_THAN_OR_EQUAL
Static value GreaterThanOrEqual for Operator.
|
static Operator |
Operator.IPMATCH
Static value IPMatch for Operator.
|
static Operator |
Operator.LESS_THAN
Static value LessThan for Operator.
|
static Operator |
Operator.LESS_THAN_OR_EQUAL
Static value LessThanOrEqual for Operator.
|
static Operator |
Operator.REG_EX
Static value RegEx for Operator.
|
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.fromString(String name)
Creates or finds a Operator from its string representation.
|
Operator |
MatchCondition.operator()
Get the operator property: Describes operator to be matched.
|
| Modifier and Type | Method and Description |
|---|---|
MatchCondition |
MatchCondition.withOperator(Operator operator)
Set the operator property: Describes operator to be matched.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.