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