GetNamespaceTopicEventSubscriptionDeliveryAttributesPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

Name of the event subscription to be created. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.

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 namespace topic.

Functions

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