Routing Service Bus Queue Endpoint Properties Response
data class RoutingServiceBusQueueEndpointPropertiesResponse(val authenticationType: String? = null, val connectionString: String? = null, val endpointUri: String? = null, val entityPath: String? = null, val id: String? = null, val name: String, val resourceGroup: String? = null, val subscriptionId: String? = null)
The properties related to service bus queue endpoint types.
Constructors
Types
Properties
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard