| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.fluent.models |
Package containing the inner data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInner |
RulesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
String ruleName,
RuleInner parameters)
Creates a new rule and updates an existing rule.
|
RuleInner |
RulesClient.get(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
String ruleName)
Retrieves the description for the specified rule.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInner |
RulesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
String ruleName,
RuleInner parameters)
Creates a new rule and updates an existing rule.
|
Mono<RuleInner> |
RulesClient.createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
String ruleName,
RuleInner parameters)
Creates a new rule and updates an existing rule.
|
com.azure.core.http.rest.Response<RuleInner> |
RulesClient.createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
String ruleName,
RuleInner parameters,
com.azure.core.util.Context context)
Creates a new rule and updates an existing rule.
|
Mono<com.azure.core.http.rest.Response<RuleInner>> |
RulesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String topicName,
String subscriptionName,
String ruleName,
RuleInner parameters)
Creates a new rule and updates an existing rule.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInner |
RuleInner.withAction(Action action)
Set the action property: Represents the filter actions which are allowed for the transformation of a message that
have been matched by a filter expression.
|
RuleInner |
RuleInner.withCorrelationFilter(CorrelationFilter correlationFilter)
Set the correlationFilter property: Properties of correlationFilter.
|
RuleInner |
RuleInner.withFilterType(FilterType filterType)
Set the filterType property: Filter type that is evaluated against a BrokeredMessage.
|
RuleInner |
RuleInner.withSqlFilter(SqlFilter sqlFilter)
Set the sqlFilter property: Properties of sqlFilter.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.