public class RuleInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
RuleInner() |
| Modifier and Type | Method and Description |
|---|---|
List<DeliveryRuleAction> |
actions()
Get the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.
|
List<DeliveryRuleCondition> |
conditions()
Get the conditions property: A list of conditions that must be matched for the actions to be executed.
|
DeploymentStatus |
deploymentStatus()
Get the deploymentStatus property: The deploymentStatus property.
|
MatchProcessingBehavior |
matchProcessingBehavior()
Get the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the
remaining rules or stop.
|
Integer |
order()
Get the order property: The order in which the rules are applied for the endpoint.
|
AfdProvisioningState |
provisioningState()
Get the provisioningState property: Provisioning status.
|
SystemData |
systemData()
Get the systemData property: Read only system data.
|
void |
validate()
Validates the instance.
|
RuleInner |
withActions(List<DeliveryRuleAction> actions)
Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.
|
RuleInner |
withConditions(List<DeliveryRuleCondition> conditions)
Set the conditions property: A list of conditions that must be matched for the actions to be executed.
|
RuleInner |
withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior)
Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the
remaining rules or stop.
|
RuleInner |
withOrder(Integer order)
Set the order property: The order in which the rules are applied for the endpoint.
|
public Integer order()
public RuleInner withOrder(Integer order)
order - the order value to set.public List<DeliveryRuleCondition> conditions()
public RuleInner withConditions(List<DeliveryRuleCondition> conditions)
conditions - the conditions value to set.public List<DeliveryRuleAction> actions()
public RuleInner withActions(List<DeliveryRuleAction> actions)
actions - the actions value to set.public MatchProcessingBehavior matchProcessingBehavior()
public RuleInner withMatchProcessingBehavior(MatchProcessingBehavior matchProcessingBehavior)
matchProcessingBehavior - the matchProcessingBehavior value to set.public AfdProvisioningState provisioningState()
public DeploymentStatus deploymentStatus()
public SystemData systemData()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.