Uses of Class
com.azure.resourcemanager.cdn.models.RemoteAddressOperator
Packages that use RemoteAddressOperator
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of RemoteAddressOperator in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type RemoteAddressOperator in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDescribes operator to be matched.Fields in com.azure.resourcemanager.cdn.models declared as RemoteAddressOperatorModifier and TypeFieldDescriptionstatic final RemoteAddressOperatorRemoteAddressOperator.ANYStatic value Any for RemoteAddressOperator.static final RemoteAddressOperatorRemoteAddressOperator.GEO_MATCHStatic value GeoMatch for RemoteAddressOperator.static final RemoteAddressOperatorRemoteAddressOperator.IPMATCHStatic value IPMatch for RemoteAddressOperator.Methods in com.azure.resourcemanager.cdn.models that return RemoteAddressOperatorModifier and TypeMethodDescriptionstatic RemoteAddressOperatorRemoteAddressOperator.fromString(String name) Creates or finds a RemoteAddressOperator from its string representation.RemoteAddressMatchConditionParameters.operator()Get the operator property: Describes operator to be matched.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type RemoteAddressOperatorModifier and TypeMethodDescriptionstatic Collection<RemoteAddressOperator> RemoteAddressOperator.values()Gets known RemoteAddressOperator values.Methods in com.azure.resourcemanager.cdn.models with parameters of type RemoteAddressOperatorModifier and TypeMethodDescriptionRemoteAddressMatchConditionParameters.withOperator(RemoteAddressOperator operator) Set the operator property: Describes operator to be matched.