GetTopicPlainArgs

data class GetTopicPlainArgs(val resourceGroupName: String, val topicName: String) : ConvertibleToJava<GetTopicPlainArgs>

Constructors

Link copied to clipboard
fun GetTopicPlainArgs(resourceGroupName: String, topicName: String)

Functions

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

Properties

Link copied to clipboard

The name of the resource group within the user's subscription.

Link copied to clipboard

Name of the topic.