RoutingServiceBusTopicEndpointProperties Class

Definition

The properties related to service bus topic endpoint types.

public class RoutingServiceBusTopicEndpointProperties
type RoutingServiceBusTopicEndpointProperties = class
Public Class RoutingServiceBusTopicEndpointProperties
Inheritance
RoutingServiceBusTopicEndpointProperties

Constructors

RoutingServiceBusTopicEndpointProperties(String)

Initializes a new instance of RoutingServiceBusTopicEndpointProperties.

Properties

AuthenticationType

Method used to authenticate against the service bus topic endpoint.

ConnectionString

The connection string of the service bus topic endpoint.

Endpoint

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

EntityPath

Queue name on the service bus topic.

Id

Id of the service bus topic 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 topic name.

ResourceGroup

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

SubscriptionId

The subscription identifier of the service bus topic endpoint.

UserAssignedIdentity

The user assigned identity.

Applies to