public final class DeliveryRuleUrlPathCondition extends DeliveryRuleCondition
| Constructor and Description |
|---|
DeliveryRuleUrlPathCondition() |
| Modifier and Type | Method and Description |
|---|---|
UrlPathMatchConditionParameters |
parameters()
Get the parameters property: Defines the parameters for the condition.
|
void |
validate()
Validates the instance.
|
DeliveryRuleUrlPathCondition |
withParameters(UrlPathMatchConditionParameters parameters)
Set the parameters property: Defines the parameters for the condition.
|
public UrlPathMatchConditionParameters parameters()
public DeliveryRuleUrlPathCondition withParameters(UrlPathMatchConditionParameters parameters)
parameters - the parameters value to set.public void validate()
validate in class DeliveryRuleConditionIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.