Routing Service Bus Queue Endpoint Properties Args
data class RoutingServiceBusQueueEndpointPropertiesArgs(val authenticationType: Output<Either<String, AuthenticationType>>? = null, val connectionString: Output<String>? = null, val endpointUri: Output<String>? = null, val entityPath: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>, val resourceGroup: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<RoutingServiceBusQueueEndpointPropertiesArgs>
The properties related to service bus queue endpoint types.
Constructors
Link copied to clipboard
fun RoutingServiceBusQueueEndpointPropertiesArgs(authenticationType: Output<Either<String, AuthenticationType>>? = null, connectionString: Output<String>? = null, endpointUri: Output<String>? = null, entityPath: Output<String>? = null, id: Output<String>? = null, name: Output<String>, resourceGroup: Output<String>? = null, subscriptionId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types. The name need not be the same as the actual queue name.