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

Initializes a new instance of the RoutingServiceBusQueueEndpointProperties class.

RoutingServiceBusQueueEndpointProperties(String, String, String, String, String, String, ManagedIdentity, String, String)

Initializes a new instance of the RoutingServiceBusQueueEndpointProperties class.

Properties

AuthenticationType

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

ConnectionString

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

EndpointUri

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

EntityPath

Gets or sets queue name on the service bus namespace

Id

Gets or sets id of the service bus queue endpoint

Identity

Gets or sets managed identity properties of routing service bus queue 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 queue name.

ResourceGroup

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

SubscriptionId

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

Methods

Validate()

Validate the object.

Applies to