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