RoutingEventHubProperties Class
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.
The properties related to an event hub endpoint.
public class RoutingEventHubProperties
type RoutingEventHubProperties = class
Public Class RoutingEventHubProperties
- Inheritance
-
RoutingEventHubProperties
Constructors
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. |
Properties
AuthenticationType |
Gets or sets method used to authenticate against the event hub endpoint. Possible values include: 'keyBased', 'identityBased' |
ConnectionString |
Gets or sets the connection string of the event hub endpoint. |
EndpointUri |
Gets or sets the url of the event hub endpoint. It must include the protocol sb:// |
EntityPath |
Gets or sets event hub name on the event hub namespace |
Id |
Gets or sets id of the event hub endpoint |
Identity |
Gets or sets managed identity properties of routing event hub 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. |
ResourceGroup |
Gets or sets the name of the resource group of the event hub endpoint. |
SubscriptionId |
Gets or sets the subscription identifier of the event hub endpoint. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET