| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent.models |
Package containing the inner data models for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.models |
Package containing the data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFilter |
RuleInner.sqlFilter()
Get the sqlFilter property: Properties of sqlFilter.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInner |
RuleInner.withSqlFilter(SqlFilter sqlFilter)
Set the sqlFilter property: Properties of sqlFilter.
|
| Modifier and Type | Method and Description |
|---|---|
SqlFilter |
SqlFilter.withCompatibilityLevel(Integer compatibilityLevel)
Set the compatibilityLevel property: This property is reserved for future use.
|
SqlFilter |
SqlFilter.withRequiresPreprocessing(Boolean requiresPreprocessing)
Set the requiresPreprocessing property: Value that indicates whether the rule action requires preprocessing.
|
SqlFilter |
SqlFilter.withSqlExpression(String sqlExpression)
Set the sqlExpression property: The SQL expression.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.