Uses of Class
com.microsoft.azure.management.cdn.RemoteAddressMatchConditionParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of RemoteAddressMatchConditionParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionDeliveryRuleRemoteAddressCondition.parameters()
Get defines the parameters for the condition.RemoteAddressMatchConditionParameters.withMatchValues
(List<String> matchValues) Set match values to match against.RemoteAddressMatchConditionParameters.withNegateCondition
(Boolean negateCondition) Set describes if this is negate condition or not.RemoteAddressMatchConditionParameters.withOdatatype
(String odatatype) Set the odatatype value.RemoteAddressMatchConditionParameters.withOperator
(RemoteAddressOperator operator) Set describes operator to be matched.RemoteAddressMatchConditionParameters.withTransforms
(List<Transform> transforms) Set list of transforms.Modifier and TypeMethodDescriptionDeliveryRuleRemoteAddressCondition.withParameters
(RemoteAddressMatchConditionParameters parameters) Set defines the parameters for the condition.