Share via


RoutingServiceBusQueueEndpointProperties Constructors

Definition

Overloads

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.

RoutingServiceBusQueueEndpointProperties()

Initializes a new instance of the RoutingServiceBusQueueEndpointProperties class.

public RoutingServiceBusQueueEndpointProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the RoutingServiceBusQueueEndpointProperties class.

public RoutingServiceBusQueueEndpointProperties (string name, string id = default, string connectionString = default, string endpointUri = default, string entityPath = default, string authenticationType = default, Microsoft.Azure.Management.IotHub.Models.ManagedIdentity identity = default, string subscriptionId = default, string resourceGroup = default);
new Microsoft.Azure.Management.IotHub.Models.RoutingServiceBusQueueEndpointProperties : string * string * string * string * string * string * Microsoft.Azure.Management.IotHub.Models.ManagedIdentity * string * string -> Microsoft.Azure.Management.IotHub.Models.RoutingServiceBusQueueEndpointProperties
Public Sub New (name As String, Optional id As String = Nothing, Optional connectionString As String = Nothing, Optional endpointUri As String = Nothing, Optional entityPath As String = Nothing, Optional authenticationType As String = Nothing, Optional identity As ManagedIdentity = Nothing, Optional subscriptionId As String = Nothing, Optional resourceGroup As String = Nothing)

Parameters

name
String

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.

id
String

Id of the service bus queue endpoint

connectionString
String

The connection string of the service bus queue endpoint.

endpointUri
String

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

entityPath
String

Queue name on the service bus namespace

authenticationType
String

Method used to authenticate against the service bus queue endpoint. Possible values include: 'keyBased', 'identityBased'

identity
ManagedIdentity

Managed identity properties of routing service bus queue endpoint.

subscriptionId
String

The subscription identifier of the service bus queue endpoint.

resourceGroup
String

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

Applies to