Bagikan melalui


RoutingEventHubProperties Class

Definition

The properties related to an event hub endpoint.

public class RoutingEventHubProperties
public class RoutingEventHubProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotHub.Models.RoutingEventHubProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotHub.Models.RoutingEventHubProperties>
type RoutingEventHubProperties = class
type RoutingEventHubProperties = class
    interface IJsonModel<RoutingEventHubProperties>
    interface IPersistableModel<RoutingEventHubProperties>
Public Class RoutingEventHubProperties
Public Class RoutingEventHubProperties
Implements IJsonModel(Of RoutingEventHubProperties), IPersistableModel(Of RoutingEventHubProperties)
Inheritance
RoutingEventHubProperties
Implements

Constructors

RoutingEventHubProperties(String)

Initializes a new instance of RoutingEventHubProperties.

Properties

AuthenticationType

Method used to authenticate against the event hub endpoint.

ConnectionString

The connection string of the event hub endpoint.

Endpoint

The url of the event hub endpoint. It must include the protocol sb://.

EntityPath

Event hub name on the event hub namespace.

Id

Id of the event hub endpoint.

Name

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

The name of the resource group of the event hub endpoint.

SubscriptionId

The subscription identifier of the event hub endpoint.

UserAssignedIdentity

The user assigned identity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RoutingEventHubProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RoutingEventHubProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoutingEventHubProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoutingEventHubProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RoutingEventHubProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to