RoutingEventHubProperties 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
RoutingEventHubProperties() |
Initializes a new instance of the RoutingEventHubProperties class. |
RoutingEventHubProperties(String, String, String, String, String, String, ManagedIdentity, String, String) |
Initializes a new instance of the RoutingEventHubProperties class. |
RoutingEventHubProperties()
Initializes a new instance of the RoutingEventHubProperties class.
public RoutingEventHubProperties ();
Public Sub New ()
Applies to
RoutingEventHubProperties(String, String, String, String, String, String, ManagedIdentity, String, String)
Initializes a new instance of the RoutingEventHubProperties class.
public RoutingEventHubProperties (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.RoutingEventHubProperties : string * string * string * string * string * string * Microsoft.Azure.Management.IotHub.Models.ManagedIdentity * string * string -> Microsoft.Azure.Management.IotHub.Models.RoutingEventHubProperties
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.
- id
- String
Id of the event hub endpoint
- connectionString
- String
The connection string of the event hub endpoint.
- endpointUri
- String
The url of the event hub endpoint. It must include the protocol sb://
- entityPath
- String
Event hub name on the event hub namespace
- authenticationType
- String
Method used to authenticate against the event hub endpoint. Possible values include: 'keyBased', 'identityBased'
- identity
- ManagedIdentity
Managed identity properties of routing event hub endpoint.
- subscriptionId
- String
The subscription identifier of the event hub endpoint.
- resourceGroup
- String
The name of the resource group of the event hub endpoint.
Applies to
Azure SDK for .NET