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