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) |
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.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.
|
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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RuleInner>,RuleInner> |
RulesClient.beginUpdate(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleUpdateParameters ruleUpdateProperties) |
Updates an existing delivery rule within a rule set.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RuleInner>,RuleInner> |
RulesClient.beginUpdate(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleUpdateParameters ruleUpdateProperties) |
Updates an existing delivery rule within a rule set.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RuleInner>,RuleInner> |
RulesClient.beginUpdate(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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RuleInner>,RuleInner> |
RulesClient.beginUpdate(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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RuleInner>,RuleInner> |
RulesClient.beginUpdateAsync(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleUpdateParameters ruleUpdateProperties) |
Updates an existing delivery rule within a rule set.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RuleInner>,RuleInner> |
RulesClient.beginUpdateAsync(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleUpdateParameters ruleUpdateProperties) |
Updates an existing delivery rule within a 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<RuleInner> |
RulesClient.getAsync(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName) |
Gets an existing delivery rule within a rule set.
|
com.azure.core.http.rest.Response<RuleInner> |
RulesClient.getWithResponse(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
com.azure.core.util.Context context) |
Gets an existing delivery rule within a rule set.
|
Mono<com.azure.core.http.rest.Response<RuleInner>> |
RulesClient.getWithResponseAsync(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName) |
Gets an existing delivery rule within a rule set.
|
com.azure.core.http.rest.PagedIterable<RuleInner> |
RulesClient.listByRuleSet(String resourceGroupName,
String profileName,
String ruleSetName) |
Lists all of the existing delivery rules within a rule set.
|
com.azure.core.http.rest.PagedIterable<RuleInner> |
RulesClient.listByRuleSet(String resourceGroupName,
String profileName,
String ruleSetName,
com.azure.core.util.Context context) |
Lists all of the existing delivery rules within a rule set.
|
com.azure.core.http.rest.PagedFlux<RuleInner> |
RulesClient.listByRuleSetAsync(String resourceGroupName,
String profileName,
String ruleSetName) |
Lists all of the existing delivery rules within a rule set.
|
Mono<RuleInner> |
RulesClient.updateAsync(String resourceGroupName,
String profileName,
String ruleSetName,
String ruleName,
RuleUpdateParameters ruleUpdateProperties) |
Updates an existing delivery rule within a rule set.
|