Class DeliveryRuleClientPortCondition
java.lang.Object
com.azure.resourcemanager.cdn.models.DeliveryRuleCondition
com.azure.resourcemanager.cdn.models.DeliveryRuleClientPortCondition
Defines the ClientPort condition for the delivery rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: Defines the parameters for the condition.voidvalidate()Validates the instance.withParameters(ClientPortMatchConditionParameters parameters) Set the parameters property: Defines the parameters for the condition.
-
Constructor Details
-
DeliveryRuleClientPortCondition
public DeliveryRuleClientPortCondition()
-
-
Method Details
-
parameters
Get the parameters property: Defines the parameters for the condition.- Returns:
- the parameters value.
-
withParameters
public DeliveryRuleClientPortCondition withParameters(ClientPortMatchConditionParameters parameters) Set the parameters property: Defines the parameters for the condition.- Parameters:
parameters- the parameters value to set.- Returns:
- the DeliveryRuleClientPortCondition object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classDeliveryRuleCondition- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-