Subscription Receiver Value Args
data class SubscriptionReceiverValueArgs(val role: Output<String>? = null, val subscriptionId: Output<String>? = null, val subscriptionName: Output<String>? = null) : ConvertibleToJava<SubscriptionReceiverValueArgs>
The subscription role receiver value.
Constructors
Link copied to clipboard
fun SubscriptionReceiverValueArgs(role: Output<String>? = null, subscriptionId: Output<String>? = null, subscriptionName: Output<String>? = null)