Uses of Class
com.azure.resourcemanager.cdn.models.RemoteAddressMatchConditionParameters
Packages that use RemoteAddressMatchConditionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of RemoteAddressMatchConditionParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return RemoteAddressMatchConditionParametersModifier and TypeMethodDescriptionRemoteAddressMatchConditionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RemoteAddressMatchConditionParameters from the JsonReader.DeliveryRuleRemoteAddressCondition.parameters()Get the parameters property: Defines the parameters for the condition.RemoteAddressMatchConditionParameters.withMatchValues(List<String> matchValues) Set the matchValues property: Match values to match against.RemoteAddressMatchConditionParameters.withNegateCondition(Boolean negateCondition) Set the negateCondition property: Describes if this is negate condition or not.RemoteAddressMatchConditionParameters.withOperator(RemoteAddressOperator operator) Set the operator property: Describes operator to be matched.RemoteAddressMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.RemoteAddressMatchConditionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type RemoteAddressMatchConditionParametersModifier and TypeMethodDescriptionDeliveryRuleRemoteAddressCondition.withParameters(RemoteAddressMatchConditionParameters parameters) Set the parameters property: Defines the parameters for the condition.