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