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