RoutingServiceBusTopicEndpointProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
RoutingServiceBusTopicEndpointProperties()
Initializes a new instance of the RoutingServiceBusTopicEndpointProperties class.
public RoutingServiceBusTopicEndpointProperties ();
Public Sub New ()
Applies to
RoutingServiceBusTopicEndpointProperties(String, String, String, String, String, String, ManagedIdentity, String, String)
Initializes a new instance of the RoutingServiceBusTopicEndpointProperties class.
public RoutingServiceBusTopicEndpointProperties (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.RoutingServiceBusTopicEndpointProperties : string * string * string * string * string * string * Microsoft.Azure.Management.IotHub.Models.ManagedIdentity * string * string -> Microsoft.Azure.Management.IotHub.Models.RoutingServiceBusTopicEndpointProperties
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 topic name.
- id
- String
Id of the service bus topic endpoint
- connectionString
- String
The connection string of the service bus topic endpoint.
- endpointUri
- String
The url of the service bus topic endpoint. It must include the protocol sb://
- entityPath
- String
Queue name on the service bus topic
- authenticationType
- String
Method used to authenticate against the service bus topic endpoint. Possible values include: 'keyBased', 'identityBased'
- identity
- ManagedIdentity
Managed identity properties of routing service bus topic endpoint.
- subscriptionId
- String
The subscription identifier of the service bus topic endpoint.
- resourceGroup
- String
The name of the resource group of the service bus topic endpoint.
Applies to
Azure SDK for .NET