Uses of Class
com.azure.resourcemanager.cdn.models.HttpVersionMatchConditionParameters
-
Packages that use HttpVersionMatchConditionParameters Package Description com.azure.resourcemanager.cdn.models 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 HttpVersionMatchConditionParameters Modifier and Type Method Description HttpVersionMatchConditionParametersDeliveryRuleHttpVersionCondition. parameters()Get the parameters property: Defines the parameters for the condition.HttpVersionMatchConditionParametersHttpVersionMatchConditionParameters. withMatchValues(List<String> matchValues)Set the matchValues property: The match value for the condition of the delivery rule.HttpVersionMatchConditionParametersHttpVersionMatchConditionParameters. withNegateCondition(Boolean negateCondition)Set the negateCondition property: Describes if this is negate condition or not.HttpVersionMatchConditionParametersHttpVersionMatchConditionParameters. withOdataType(String odataType)Set the odataType property: The @odata.type property.HttpVersionMatchConditionParametersHttpVersionMatchConditionParameters. withOperator(HttpVersionOperator operator)Set the operator property: Describes operator to be matched.Methods in com.azure.resourcemanager.cdn.models with parameters of type HttpVersionMatchConditionParameters Modifier and Type Method Description DeliveryRuleHttpVersionConditionDeliveryRuleHttpVersionCondition. withParameters(HttpVersionMatchConditionParameters parameters)Set the parameters property: Defines the parameters for the condition.
-