Partner Topic Info Args
data class PartnerTopicInfoArgs(val azureSubscriptionId: Output<String>? = null, val eventTypeInfo: Output<EventTypeInfoArgs>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<PartnerTopicInfoArgs>
Properties of the corresponding partner topic of a Channel.
Constructors
Link copied to clipboard
fun PartnerTopicInfoArgs(azureSubscriptionId: Output<String>? = null, eventTypeInfo: Output<EventTypeInfoArgs>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, source: Output<String>? = null)