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