| 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 |
|---|---|
CorrelationFilter |
RuleInner.correlationFilter()
Get the correlationFilter property: Properties of correlationFilter.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInner |
RuleInner.withCorrelationFilter(CorrelationFilter correlationFilter)
Set the correlationFilter property: Properties of correlationFilter.
|
| Modifier and Type | Method and Description |
|---|---|
CorrelationFilter |
CorrelationFilter.withContentType(String contentType)
Set the contentType property: Content type of the message.
|
CorrelationFilter |
CorrelationFilter.withCorrelationId(String correlationId)
Set the correlationId property: Identifier of the correlation.
|
CorrelationFilter |
CorrelationFilter.withLabel(String label)
Set the label property: Application specific label.
|
CorrelationFilter |
CorrelationFilter.withMessageId(String messageId)
Set the messageId property: Identifier of the message.
|
CorrelationFilter |
CorrelationFilter.withProperties(Map<String,String> properties)
Set the properties property: dictionary object for custom filters.
|
CorrelationFilter |
CorrelationFilter.withReplyTo(String replyTo)
Set the replyTo property: Address of the queue to reply to.
|
CorrelationFilter |
CorrelationFilter.withReplyToSessionId(String replyToSessionId)
Set the replyToSessionId property: Session identifier to reply to.
|
CorrelationFilter |
CorrelationFilter.withRequiresPreprocessing(Boolean requiresPreprocessing)
Set the requiresPreprocessing property: Value that indicates whether the rule action requires preprocessing.
|
CorrelationFilter |
CorrelationFilter.withSessionId(String sessionId)
Set the sessionId property: Session identifier.
|
CorrelationFilter |
CorrelationFilter.withTo(String to)
Set the to property: Address to send to.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.