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