Uses of Class
com.azure.resourcemanager.cdn.models.CookiesMatchConditionParameters
Packages that use CookiesMatchConditionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CookiesMatchConditionParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CookiesMatchConditionParametersModifier and TypeMethodDescriptionCookiesMatchConditionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CookiesMatchConditionParameters from the JsonReader.DeliveryRuleCookiesCondition.parameters()Get the parameters property: Defines the parameters for the condition.CookiesMatchConditionParameters.withMatchValues(List<String> matchValues) Set the matchValues property: The match value for the condition of the delivery rule.CookiesMatchConditionParameters.withNegateCondition(Boolean negateCondition) Set the negateCondition property: Describes if this is negate condition or not.CookiesMatchConditionParameters.withOperator(CookiesOperator operator) Set the operator property: Describes operator to be matched.CookiesMatchConditionParameters.withSelector(String selector) Set the selector property: Name of Cookies to be matched.CookiesMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.CookiesMatchConditionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type CookiesMatchConditionParametersModifier and TypeMethodDescriptionDeliveryRuleCookiesCondition.withParameters(CookiesMatchConditionParameters parameters) Set the parameters property: Defines the parameters for the condition.