Uses of Class
com.azure.resourcemanager.cdn.models.HttpVersionMatchConditionParameters
Packages that use HttpVersionMatchConditionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of HttpVersionMatchConditionParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return HttpVersionMatchConditionParametersModifier and TypeMethodDescriptionDeliveryRuleHttpVersionCondition.parameters()Get the parameters property: Defines the parameters for the condition.HttpVersionMatchConditionParameters.withMatchValues(List<String> matchValues) Set the matchValues property: The match value for the condition of the delivery rule.HttpVersionMatchConditionParameters.withNegateCondition(Boolean negateCondition) Set the negateCondition property: Describes if this is negate condition or not.HttpVersionMatchConditionParameters.withOperator(HttpVersionOperator operator) Set the operator property: Describes operator to be matched.HttpVersionMatchConditionParameters.withTransforms(List<Transform> transforms) Set the transforms property: List of transforms.HttpVersionMatchConditionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type HttpVersionMatchConditionParametersModifier and TypeMethodDescriptionDeliveryRuleHttpVersionCondition.withParameters(HttpVersionMatchConditionParameters parameters) Set the parameters property: Defines the parameters for the condition.