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