IIotHubConnectionProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IotHubConnectionPropertiesTypeConverter))]
public interface IIotHubConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IotHubConnectionPropertiesTypeConverter))>]
type IIotHubConnectionProperties = interface
interface IJsonSerializable
Public Interface IIotHubConnectionProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |