Service Bus Args
data class ServiceBusArgs(val authenticationType: Output<Either<String, AuthenticationType>>? = null, val deadLetterSecret: Output<String>? = null, val deadLetterUri: Output<String>? = null, val endpointType: Output<String>, val endpointUri: Output<String>? = null, val entityPath: Output<String>? = null, val identity: Output<ManagedIdentityReferenceArgs>? = null, val primaryConnectionString: Output<String>? = null, val secondaryConnectionString: Output<String>? = null) : ConvertibleToJava<ServiceBusArgs>
Properties related to ServiceBus.
Constructors
Link copied to clipboard
fun ServiceBusArgs(authenticationType: Output<Either<String, AuthenticationType>>? = null, deadLetterSecret: Output<String>? = null, deadLetterUri: Output<String>? = null, endpointType: Output<String>, endpointUri: Output<String>? = null, entityPath: Output<String>? = null, identity: Output<ManagedIdentityReferenceArgs>? = null, primaryConnectionString: Output<String>? = null, secondaryConnectionString: Output<String>? = null)