Uses of Class
com.azure.resourcemanager.cdn.models.RequestBodyMatchConditionParameters
Packages that use RequestBodyMatchConditionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of RequestBodyMatchConditionParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type RequestBodyMatchConditionParametersModifier and TypeClassDescriptionfinal classDefines the parameters for RequestBody match conditions.Methods in com.azure.resourcemanager.cdn.models that return RequestBodyMatchConditionParametersModifier and TypeMethodDescriptionRequestBodyMatchConditionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RequestBodyMatchConditionParameters from the JsonReader.DeliveryRuleRequestBodyCondition.parameters()Get the parameters property: Defines the parameters for the condition.RequestBodyMatchConditionParameters.withMatchValues(List<String> matchValues) Set the matchValues property: The match value for the condition of the delivery rule.RequestBodyMatchConditionParameters.withNegateCondition(Boolean negateCondition) Set the negateCondition property: Describes if this is negate condition or not.RequestBodyMatchConditionParameters.withOperator(RequestBodyOperator operator) Set the operator property: Describes operator to be matched.RequestBodyMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.RequestBodyMatchConditionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type RequestBodyMatchConditionParametersModifier and TypeMethodDescriptionDeliveryRuleRequestBodyCondition.withParameters(RequestBodyMatchConditionParameters parameters) Set the parameters property: Defines the parameters for the condition.