Sdílet prostřednictvím


SynapseEventHubDataConnection Class

Definition

Class representing an event hub data connection.

public class SynapseEventHubDataConnection : Azure.ResourceManager.Synapse.SynapseDataConnectionData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseEventHubDataConnection>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseEventHubDataConnection>
public class SynapseEventHubDataConnection : Azure.ResourceManager.Synapse.SynapseDataConnectionData
type SynapseEventHubDataConnection = class
    inherit SynapseDataConnectionData
    interface IJsonModel<SynapseEventHubDataConnection>
    interface IPersistableModel<SynapseEventHubDataConnection>
type SynapseEventHubDataConnection = class
    inherit SynapseDataConnectionData
Public Class SynapseEventHubDataConnection
Inherits SynapseDataConnectionData
Implements IJsonModel(Of SynapseEventHubDataConnection), IPersistableModel(Of SynapseEventHubDataConnection)
Public Class SynapseEventHubDataConnection
Inherits SynapseDataConnectionData
Inheritance
SynapseEventHubDataConnection
Implements

Constructors

SynapseEventHubDataConnection()

Initializes a new instance of SynapseEventHubDataConnection.

Properties

Compression

The event hub messages compression type.

ConsumerGroup

The event hub consumer group.

DataFormat

The data format of the message. Optionally the data format can be added to each message.

EventHubResourceId

The resource ID of the event hub to be used to create a data connection.

EventSystemProperties

System properties of the event hub.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

Resource location.

(Inherited from SynapseDataConnectionData)
ManagedIdentityResourceId

The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub.

MappingRuleName

The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioned state of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TableName

The table where the data should be ingested. Optionally the table information can be added to each message.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseDataConnectionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SynapseDataConnectionData)
IJsonModel<SynapseDataConnectionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SynapseDataConnectionData)
IJsonModel<SynapseEventHubDataConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseEventHubDataConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseDataConnectionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SynapseDataConnectionData)
IPersistableModel<SynapseDataConnectionData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SynapseDataConnectionData)
IPersistableModel<SynapseDataConnectionData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SynapseDataConnectionData)
IPersistableModel<SynapseEventHubDataConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseEventHubDataConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseEventHubDataConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to