Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBSubscriptionInner
-
Packages that use SBSubscriptionInner 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.com.azure.resourcemanager.servicebus.models Package containing the data models for ServiceBusManagementClient. -
-
Uses of SBSubscriptionInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return SBSubscriptionInner Modifier and Type Method Description SBSubscriptionInnerSubscriptionsClient. createOrUpdate(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters)Creates a topic subscription.SBSubscriptionInnerSubscriptionsClient. get(String resourceGroupName, String namespaceName, String topicName, String subscriptionName)Returns a subscription description for the specified topic.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type SBSubscriptionInner Modifier and Type Method Description Mono<SBSubscriptionInner>SubscriptionsClient. createOrUpdateAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters)Creates a topic subscription.com.azure.core.http.rest.Response<SBSubscriptionInner>SubscriptionsClient. createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters, com.azure.core.util.Context context)Creates a topic subscription.Mono<com.azure.core.http.rest.Response<SBSubscriptionInner>>SubscriptionsClient. createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters)Creates a topic subscription.Mono<SBSubscriptionInner>SubscriptionsClient. getAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName)Returns a subscription description for the specified topic.com.azure.core.http.rest.Response<SBSubscriptionInner>SubscriptionsClient. getWithResponse(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, com.azure.core.util.Context context)Returns a subscription description for the specified topic.Mono<com.azure.core.http.rest.Response<SBSubscriptionInner>>SubscriptionsClient. getWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName)Returns a subscription description for the specified topic.com.azure.core.http.rest.PagedIterable<SBSubscriptionInner>SubscriptionsClient. listByTopic(String resourceGroupName, String namespaceName, String topicName)List all the subscriptions under a specified topic.com.azure.core.http.rest.PagedIterable<SBSubscriptionInner>SubscriptionsClient. listByTopic(String resourceGroupName, String namespaceName, String topicName, Integer skip, Integer top, com.azure.core.util.Context context)List all the subscriptions under a specified topic.com.azure.core.http.rest.PagedFlux<SBSubscriptionInner>SubscriptionsClient. listByTopicAsync(String resourceGroupName, String namespaceName, String topicName)List all the subscriptions under a specified topic.com.azure.core.http.rest.PagedFlux<SBSubscriptionInner>SubscriptionsClient. listByTopicAsync(String resourceGroupName, String namespaceName, String topicName, Integer skip, Integer top)List all the subscriptions under a specified topic.Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type SBSubscriptionInner Modifier and Type Method Description SBSubscriptionInnerSubscriptionsClient. createOrUpdate(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters)Creates a topic subscription.Mono<SBSubscriptionInner>SubscriptionsClient. createOrUpdateAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters)Creates a topic subscription.com.azure.core.http.rest.Response<SBSubscriptionInner>SubscriptionsClient. createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters, com.azure.core.util.Context context)Creates a topic subscription.Mono<com.azure.core.http.rest.Response<SBSubscriptionInner>>SubscriptionsClient. createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters)Creates a topic subscription. -
Uses of SBSubscriptionInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBSubscriptionInner Modifier and Type Method Description SBSubscriptionInnerSBSubscriptionInner. withAutoDeleteOnIdle(Duration autoDeleteOnIdle)Set the autoDeleteOnIdle property: ISO 8061 timeSpan idle interval after which the topic is automatically deleted.SBSubscriptionInnerSBSubscriptionInner. withDeadLetteringOnFilterEvaluationExceptions(Boolean deadLetteringOnFilterEvaluationExceptions)Set the deadLetteringOnFilterEvaluationExceptions property: Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.SBSubscriptionInnerSBSubscriptionInner. withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration)Set the deadLetteringOnMessageExpiration property: Value that indicates whether a subscription has dead letter support when a message expires.SBSubscriptionInnerSBSubscriptionInner. withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive)Set the defaultMessageTimeToLive property: ISO 8061 Default message timespan to live value.SBSubscriptionInnerSBSubscriptionInner. withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow)Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of the duplicate detection history.SBSubscriptionInnerSBSubscriptionInner. withEnableBatchedOperations(Boolean enableBatchedOperations)Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.SBSubscriptionInnerSBSubscriptionInner. withForwardDeadLetteredMessagesTo(String forwardDeadLetteredMessagesTo)Set the forwardDeadLetteredMessagesTo property: Queue/Topic name to forward the Dead Letter message.SBSubscriptionInnerSBSubscriptionInner. withForwardTo(String forwardTo)Set the forwardTo property: Queue/Topic name to forward the messages.SBSubscriptionInnerSBSubscriptionInner. withLockDuration(Duration lockDuration)Set the lockDuration property: ISO 8061 lock duration timespan for the subscription.SBSubscriptionInnerSBSubscriptionInner. withMaxDeliveryCount(Integer maxDeliveryCount)Set the maxDeliveryCount property: Number of maximum deliveries.SBSubscriptionInnerSBSubscriptionInner. withRequiresSession(Boolean requiresSession)Set the requiresSession property: Value indicating if a subscription supports the concept of sessions.SBSubscriptionInnerSBSubscriptionInner. withStatus(EntityStatus status)Set the status property: Enumerates the possible values for the status of a messaging entity. -
Uses of SBSubscriptionInner in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type SBSubscriptionInner Modifier and Type Method Description List<SBSubscriptionInner>SBSubscriptionListResult. value()Get the value property: Result of the List Subscriptions operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type SBSubscriptionInner Modifier and Type Method Description SBSubscriptionListResultSBSubscriptionListResult. withValue(List<SBSubscriptionInner> value)Set the value property: Result of the List Subscriptions operation.
-