| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.fluent.models |
Package containing the inner data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInner |
RulesClient.create(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleInner rule)
Creates a new delivery rule within the specified rule set.
|
RuleInner |
RulesClient.create(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleInner rule,
com.azure.core.util.Context context)
Creates a new delivery rule within the specified rule set.
|
RuleInner |
RulesClient.get(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName)
Gets an existing delivery rule within a rule set.
|
RuleInner |
RulesClient.update(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleUpdateParameters ruleUpdateProperties)
Updates an existing delivery rule within a rule set.
|
RuleInner |
RulesClient.update(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleUpdateParameters ruleUpdateProperties,
com.azure.core.util.Context context)
Updates an existing delivery rule within a rule set.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RuleInner>,RuleInner> |
RulesClient.beginCreate(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleInner rule)
Creates a new delivery rule within the specified rule set.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RuleInner>,RuleInner> |
RulesClient.beginCreate(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleInner rule,
com.azure.core.util.Context context)
Creates a new delivery rule within the specified rule set.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RuleInner>,RuleInner> |
RulesClient.beginCreateAsync(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleInner rule)
Creates a new delivery rule within the specified rule set.
|
RuleInner |
RulesClient.create(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleInner rule)
Creates a new delivery rule within the specified rule set.
|
RuleInner |
RulesClient.create(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleInner rule,
com.azure.core.util.Context context)
Creates a new delivery rule within the specified rule set.
|
Mono<RuleInner> |
RulesClient.createAsync(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleInner rule)
Creates a new delivery rule within the specified rule set.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
RulesClient.createWithResponseAsync(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleInner rule)
Creates a new delivery rule within the specified rule set.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInner |
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 |
RuleInner.withConditions(List<DeliveryRuleCondition> conditions)
Set the conditions property: A list of conditions that must be matched for the actions to be executed.
|
RuleInner |
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 |
RuleInner.withOrder(Integer order)
Set the order property: The order in which the rules are applied for the endpoint.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.