Class DeliveryRuleSocketAddrCondition
- java.lang.Object
-
- com.azure.resourcemanager.cdn.models.DeliveryRuleCondition
-
- com.azure.resourcemanager.cdn.models.DeliveryRuleSocketAddrCondition
-
public final class DeliveryRuleSocketAddrCondition extends DeliveryRuleCondition
Defines the SocketAddress condition for the delivery rule.
-
-
Constructor Summary
Constructors Constructor Description DeliveryRuleSocketAddrCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketAddrMatchConditionParametersparameters()Get the parameters property: Defines the parameters for the condition.voidvalidate()Validates the instance.DeliveryRuleSocketAddrConditionwithParameters(SocketAddrMatchConditionParameters parameters)Set the parameters property: Defines the parameters for the condition.
-
-
-
Method Detail
-
parameters
public SocketAddrMatchConditionParameters parameters()
Get the parameters property: Defines the parameters for the condition.- Returns:
- the parameters value.
-
withParameters
public DeliveryRuleSocketAddrCondition withParameters(SocketAddrMatchConditionParameters parameters)
Set the parameters property: Defines the parameters for the condition.- Parameters:
parameters- the parameters value to set.- Returns:
- the DeliveryRuleSocketAddrCondition object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classDeliveryRuleCondition- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-