| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static RemoteAddressOperator |
RemoteAddressOperator.ANY
Static value Any for RemoteAddressOperator.
|
static RemoteAddressOperator |
RemoteAddressOperator.GEO_MATCH
Static value GeoMatch for RemoteAddressOperator.
|
static RemoteAddressOperator |
RemoteAddressOperator.IPMATCH
Static value IPMatch for RemoteAddressOperator.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteAddressOperator |
RemoteAddressOperator.fromString(String name)
Creates or finds a RemoteAddressOperator from its string representation.
|
RemoteAddressOperator |
RemoteAddressMatchConditionParameters.operator()
Get the operator property: Describes operator to be matched.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteAddressMatchConditionParameters |
RemoteAddressMatchConditionParameters.withOperator(RemoteAddressOperator operator)
Set the operator property: Describes operator to be matched.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.