Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBSubscriptionInner
Packages that use SBSubscriptionInner
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the inner data models for ServiceBusManagementClient.
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 SBSubscriptionInnerModifier and TypeMethodDescriptionSubscriptionsClient.createOrUpdate(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters) Creates a topic subscription.SubscriptionsClient.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 SBSubscriptionInnerModifier and TypeMethodDescriptionSubscriptionsClient.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.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 SBSubscriptionInnerModifier and TypeMethodDescriptionSubscriptionsClient.createOrUpdate(String resourceGroupName, String namespaceName, String topicName, String subscriptionName, SBSubscriptionInner parameters) Creates a topic subscription.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 SBSubscriptionInnerModifier and TypeMethodDescriptionstatic SBSubscriptionInnerSBSubscriptionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBSubscriptionInner from the JsonReader.SBSubscriptionInner.withAutoDeleteOnIdle(Duration autoDeleteOnIdle) Set the autoDeleteOnIdle property: ISO 8061 timeSpan idle interval after which the topic is automatically deleted.SBSubscriptionInner.withClientAffineProperties(SBClientAffineProperties clientAffineProperties) Set the clientAffineProperties property: Properties specific to client affine subscriptions.SBSubscriptionInner.withDeadLetteringOnFilterEvaluationExceptions(Boolean deadLetteringOnFilterEvaluationExceptions) Set the deadLetteringOnFilterEvaluationExceptions property: Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.SBSubscriptionInner.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration) Set the deadLetteringOnMessageExpiration property: Value that indicates whether a subscription has dead letter support when a message expires.SBSubscriptionInner.withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive) Set the defaultMessageTimeToLive property: ISO 8061 Default message timespan to live value.SBSubscriptionInner.withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow) Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of the duplicate detection history.SBSubscriptionInner.withEnableBatchedOperations(Boolean enableBatchedOperations) Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.SBSubscriptionInner.withForwardDeadLetteredMessagesTo(String forwardDeadLetteredMessagesTo) Set the forwardDeadLetteredMessagesTo property: Queue/Topic name to forward the Dead Letter message.SBSubscriptionInner.withForwardTo(String forwardTo) Set the forwardTo property: Queue/Topic name to forward the messages.SBSubscriptionInner.withIsClientAffine(Boolean isClientAffine) Set the isClientAffine property: Value that indicates whether the subscription has an affinity to the client id.SBSubscriptionInner.withLockDuration(Duration lockDuration) Set the lockDuration property: ISO 8061 lock duration timespan for the subscription.SBSubscriptionInner.withMaxDeliveryCount(Integer maxDeliveryCount) Set the maxDeliveryCount property: Number of maximum deliveries.SBSubscriptionInner.withRequiresSession(Boolean requiresSession) Set the requiresSession property: Value indicating if a subscription supports the concept of sessions.SBSubscriptionInner.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 SBSubscriptionInnerModifier and TypeMethodDescriptionSBSubscriptionListResult.value()Get the value property: Result of the List Subscriptions operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type SBSubscriptionInnerModifier and TypeMethodDescriptionSBSubscriptionListResult.withValue(List<SBSubscriptionInner> value) Set the value property: Result of the List Subscriptions operation.