RoutingServiceBusQueueEndpointProperties interface
The properties related to service bus queue endpoint types.
Properties
authentication |
Method used to authenticate against the service bus queue endpoint |
connection |
The connection string of the service bus queue endpoint. |
endpoint |
The url of the service bus queue endpoint. It must include the protocol sb:// |
entity |
Queue name on the service bus namespace |
id | Id of the service bus queue endpoint |
identity | Managed identity properties of routing service bus queue endpoint. |
name | 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. |
resource |
The name of the resource group of the service bus queue endpoint. |
subscription |
The subscription identifier of the service bus queue endpoint. |
Property Details
authenticationType
Method used to authenticate against the service bus queue endpoint
authenticationType?: string
Property Value
string
connectionString
The connection string of the service bus queue endpoint.
connectionString?: string
Property Value
string
endpointUri
The url of the service bus queue endpoint. It must include the protocol sb://
endpointUri?: string
Property Value
string
entityPath
Queue name on the service bus namespace
entityPath?: string
Property Value
string
id
Id of the service bus queue endpoint
id?: string
Property Value
string
identity
Managed identity properties of routing service bus queue endpoint.
identity?: ManagedIdentity
Property Value
name
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.
name: string
Property Value
string
resourceGroup
The name of the resource group of the service bus queue endpoint.
resourceGroup?: string
Property Value
string
subscriptionId
The subscription identifier of the service bus queue endpoint.
subscriptionId?: string
Property Value
string