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