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