RoutingServiceBusQueueEndpointProperties Class

Definition

The properties related to service bus queue endpoint types.

public class RoutingServiceBusQueueEndpointProperties
type RoutingServiceBusQueueEndpointProperties = class
Public Class RoutingServiceBusQueueEndpointProperties
Inheritance
RoutingServiceBusQueueEndpointProperties

Constructors

RoutingServiceBusQueueEndpointProperties(String)

Initializes a new instance of RoutingServiceBusQueueEndpointProperties.

Properties

AuthenticationType

Method used to authenticate against the service bus queue endpoint.

ConnectionString

The connection string of the service bus queue endpoint.

Endpoint

The url of the service bus queue endpoint. It must include the protocol sb://.

EntityPath

Queue name on the service bus namespace.

Id

Id of the 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.

ResourceGroup

The name of the resource group of the service bus queue endpoint.

SubscriptionId

The subscription identifier of the service bus queue endpoint.

UserAssignedIdentity

The user assigned identity.

Applies to