| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryRule |
DeliveryRule.withActions(List<DeliveryRuleAction> actions)
Set the actions property: A list of actions that are executed when all the conditions of a rule are satisfied.
|
DeliveryRule |
DeliveryRule.withConditions(List<DeliveryRuleCondition> conditions)
Set the conditions property: A list of conditions that must be matched for the actions to be executed.
|
DeliveryRule |
DeliveryRule.withName(String name)
Set the name property: Name of the rule.
|
DeliveryRule |
DeliveryRule.withOrder(int order)
Set the order property: The order in which the rules are applied for the endpoint.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.