GetSubscriptionPlainArgs

data class GetSubscriptionPlainArgs(val name: String, val namespaceName: String? = null, val resourceGroupName: String? = null, val topicId: String? = null, val topicName: String? = null) : ConvertibleToJava<GetSubscriptionPlainArgs>

A collection of arguments for invoking getSubscription.

Constructors

Link copied to clipboard
constructor(name: String, namespaceName: String? = null, resourceGroupName: String? = null, topicId: String? = null, topicName: String? = null)

Properties

Link copied to clipboard

Specifies the name of the ServiceBus Subscription.

Link copied to clipboard
val namespaceName: String? = null
Link copied to clipboard
Link copied to clipboard
val topicId: String? = null

The ID of the ServiceBus Topic where the Service Bus Subscription exists.

Link copied to clipboard
val topicName: String? = null

Functions

Link copied to clipboard
open override fun toJava(): GetSubscriptionPlainArgs