Compartir a través de


IIotHubDataConnection Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IotHubDataConnectionTypeConverter))]
public interface IIotHubDataConnection : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IDataConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IotHubDataConnectionTypeConverter))>]
type IIotHubDataConnection = interface
    interface IJsonSerializable
    interface IDataConnection
    interface IResource
Public Interface IIotHubDataConnection
Implements IDataConnection
Derived
Attributes
Implements

Properties

ConsumerGroup

The iot hub consumer group.

DatabaseRouting

Indication for database routing information from the data connection, by default only database routing information is allowed

DataFormat

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

EventSystemProperty

System properties of the iot hub

Id

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

(Inherited from IResource)
IotHubResourceId

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

Kind

Kind of the endpoint for the data connection

(Inherited from IDataConnection)
Location

Resource location.

(Inherited from IDataConnection)
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 IResource)
ProvisioningState

The provisioned state of the resource.

RetrievalStartDate

When defined, the data connection retrieves existing Event hub events created since the Retrieval start date. It can only retrieve events retained by the Event hub, based on its retention period.

SharedAccessPolicyName

The name of the share access policy

TableName

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

Type

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

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to