ArmKustoModelFactory.KustoIotHubDataConnection Method
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.
Initializes a new instance of KustoIotHubDataConnection.
public static Azure.ResourceManager.Kusto.Models.KustoIotHubDataConnection KustoIotHubDataConnection (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.Core.ResourceIdentifier iotHubResourceId = default, string consumerGroup = default, string tableName = default, string mappingRuleName = default, Azure.ResourceManager.Kusto.Models.KustoIotHubDataFormat? dataFormat = default, System.Collections.Generic.IEnumerable<string> eventSystemProperties = default, string sharedAccessPolicyName = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting? databaseRouting = default, DateTimeOffset? retrievalStartOn = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default);
static member KustoIotHubDataConnection : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier * string * string * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoIotHubDataFormat> * seq<string> * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> -> Azure.ResourceManager.Kusto.Models.KustoIotHubDataConnection
Public Shared Function KustoIotHubDataConnection (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional iotHubResourceId As ResourceIdentifier = Nothing, Optional consumerGroup As String = Nothing, Optional tableName As String = Nothing, Optional mappingRuleName As String = Nothing, Optional dataFormat As Nullable(Of KustoIotHubDataFormat) = Nothing, Optional eventSystemProperties As IEnumerable(Of String) = Nothing, Optional sharedAccessPolicyName As String = Nothing, Optional databaseRouting As Nullable(Of KustoDatabaseRouting) = Nothing, Optional retrievalStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing) As KustoIotHubDataConnection
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- location
- Nullable<AzureLocation>
Resource location.
- iotHubResourceId
- ResourceIdentifier
The resource ID of the Iot hub to be used to create a data connection.
- consumerGroup
- String
The iot hub consumer group.
- tableName
- String
The table where the data should be ingested. Optionally the table information can be added to each message.
- mappingRuleName
- String
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
- dataFormat
- Nullable<KustoIotHubDataFormat>
The data format of the message. Optionally the data format can be added to each message.
- eventSystemProperties
- IEnumerable<String>
System properties of the iot hub.
- sharedAccessPolicyName
- String
The name of the share access policy.
- databaseRouting
- Nullable<KustoDatabaseRouting>
Indication for database routing information from the data connection, by default only database routing information is allowed.
- retrievalStartOn
- Nullable<DateTimeOffset>
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.
- provisioningState
- Nullable<KustoProvisioningState>
The provisioned state of the resource.
Returns
A new KustoIotHubDataConnection instance for mocking.