public class DeliveryRuleUrlPathCondition extends DeliveryRuleCondition
| Constructor and Description |
|---|
DeliveryRuleUrlPathCondition() |
| Modifier and Type | Method and Description |
|---|---|
UrlPathConditionParameters |
parameters()
Get the parameters value.
|
DeliveryRuleUrlPathCondition |
withParameters(UrlPathConditionParameters parameters)
Set the parameters value.
|
public UrlPathConditionParameters parameters()
public DeliveryRuleUrlPathCondition withParameters(UrlPathConditionParameters parameters)
parameters - the parameters value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/