Aracılığıyla paylaş


IotHubConnectionProperties Class

Definition

Class representing the Kusto Iot hub connection properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IotHubConnectionPropertiesTypeConverter))]
public class IotHubConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IIotHubConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IotHubConnectionPropertiesTypeConverter))>]
type IotHubConnectionProperties = class
    interface IIotHubConnectionProperties
    interface IJsonSerializable
Public Class IotHubConnectionProperties
Implements IIotHubConnectionProperties
Inheritance
IotHubConnectionProperties
Attributes
Implements

Constructors

IotHubConnectionProperties()

Creates an new IotHubConnectionProperties instance.

Properties

ConsumerGroup

The iot hub consumer group.

DataFormat

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

EventSystemProperty

System properties of the iot hub

IotHubResourceId

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

MappingRuleName

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

ProvisioningState

The provisioned state of the resource.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IotHubConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IotHubConnectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IIotHubConnectionProperties.

FromJsonString(String)

Creates a new instance of IotHubConnectionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IotHubConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to