Uses of Class
com.microsoft.azure.management.cdn.RemoteAddressOperator
Packages that use RemoteAddressOperator
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of RemoteAddressOperator in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as RemoteAddressOperatorModifier 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.Methods in com.microsoft.azure.management.cdn that return RemoteAddressOperatorModifier and TypeMethodDescriptionstatic RemoteAddressOperator
RemoteAddressOperator.fromString
(String name) Creates or finds a RemoteAddressOperator from its string representation.RemoteAddressMatchConditionParameters.operator()
Get describes operator to be matched.Methods in com.microsoft.azure.management.cdn that return types with arguments of type RemoteAddressOperatorModifier and TypeMethodDescriptionstatic Collection<RemoteAddressOperator>
RemoteAddressOperator.values()
Methods in com.microsoft.azure.management.cdn with parameters of type RemoteAddressOperatorModifier and TypeMethodDescriptionRemoteAddressMatchConditionParameters.withOperator
(RemoteAddressOperator operator) Set describes operator to be matched.