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()

Initializes a new instance of the RoutingServiceBusTopicEndpointProperties class.

RoutingServiceBusTopicEndpointProperties(String, String, String, String, String, String, ManagedIdentity, String, String)

Initializes a new instance of the RoutingServiceBusTopicEndpointProperties class.

Properties

AuthenticationType

Gets or sets method used to authenticate against the service bus topic endpoint. Possible values include: 'keyBased', 'identityBased'

ConnectionString

Gets or sets the connection string of the service bus topic endpoint.

EndpointUri

Gets or sets the url of the service bus topic endpoint. It must include the protocol sb://

EntityPath

Gets or sets queue name on the service bus topic

Id

Gets or sets id of the service bus topic endpoint

Identity

Gets or sets managed identity properties of routing service bus topic endpoint.

Name

Gets or sets 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

Gets or sets the name of the resource group of the service bus topic endpoint.

SubscriptionId

Gets or sets the subscription identifier of the service bus topic endpoint.

Methods

Validate()

Validate the object.

Applies to