GetDomainEventSubscriptionPlainArgs

data class GetDomainEventSubscriptionPlainArgs(val domainName: String, val eventSubscriptionName: String, val resourceGroupName: String) : ConvertibleToJava<GetDomainEventSubscriptionPlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String, eventSubscriptionName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the partner topic.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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