GetTopicPlainArgs

data class GetTopicPlainArgs(val name: String, val namespaceId: String? = null, val namespaceName: String? = null, val resourceGroupName: String? = null) : ConvertibleToJava<GetTopicPlainArgs>

A collection of arguments for invoking getTopic.

Constructors

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

Properties

Link copied to clipboard

The name of this Service Bus Topic.

Link copied to clipboard
val namespaceId: String? = null

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

Link copied to clipboard
val namespaceName: String? = null

The name of the Service Bus Namespace.

Link copied to clipboard

The name of the Resource Group where the Service Bus Topic exists.

Functions

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