| Modifier and Type | Method and Description |
|---|---|
DeliveryRule |
DeliveryRule.withActions(List<DeliveryRuleAction> actions)
Set the actions value.
|
DeliveryRule |
DeliveryRule.withConditions(List<DeliveryRuleCondition> conditions)
Set the conditions value.
|
DeliveryRule |
DeliveryRule.withOrder(int order)
Set the order value.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeliveryRule> |
EndpointPropertiesUpdateParametersDeliveryPolicy.rules()
Get the rules value.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointPropertiesUpdateParametersDeliveryPolicy |
EndpointPropertiesUpdateParametersDeliveryPolicy.withRules(List<DeliveryRule> rules)
Set the rules value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/