SynapseIotHubDataConnection Class
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.
Class representing an iot hub data connection.
public class SynapseIotHubDataConnection : Azure.ResourceManager.Synapse.SynapseDataConnectionData
type SynapseIotHubDataConnection = class
inherit SynapseDataConnectionData
Public Class SynapseIotHubDataConnection
Inherits SynapseDataConnectionData
- Inheritance
Constructors
SynapseIotHubDataConnection() |
Initializes a new instance of SynapseIotHubDataConnection. |
Properties
ConsumerGroup |
The iot hub consumer group. |
DataFormat |
The data format of the message. Optionally the data format can be added to each message. |
EventSystemProperties |
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 ResourceData) |
IotHubResourceId |
The resource ID of the Iot hub to be used to create a data connection. |
Location |
Resource location. (Inherited from SynapseDataConnectionData) |
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) |
SharedAccessPolicyName |
The name of the share access policy. |
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) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET