Uses of Class
com.microsoft.azure.management.cdn.RemoteAddressOperator
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of RemoteAddressOperator in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final RemoteAddressOperator
RemoteAddressOperator.ANY
Static value Any for RemoteAddressOperator.static final RemoteAddressOperator
RemoteAddressOperator.GEO_MATCH
Static value GeoMatch for RemoteAddressOperator.static final RemoteAddressOperator
RemoteAddressOperator.IPMATCH
Static value IPMatch for RemoteAddressOperator.Modifier and TypeMethodDescriptionstatic RemoteAddressOperator
RemoteAddressOperator.fromString
(String name) Creates or finds a RemoteAddressOperator from its string representation.RemoteAddressMatchConditionParameters.operator()
Get describes operator to be matched.Modifier and TypeMethodDescriptionstatic Collection<RemoteAddressOperator>
RemoteAddressOperator.values()
Modifier and TypeMethodDescriptionRemoteAddressMatchConditionParameters.withOperator
(RemoteAddressOperator operator) Set describes operator to be matched.