ListNamespaceTopicSharedAccessKeysPlainArgs

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

Constructors

constructor(namespaceName: String, resourceGroupName: String, topicName: String)

Properties

Link copied to clipboard

Name of the namespace.

Link copied to clipboard

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

Link copied to clipboard

Name of the topic.

Functions

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