ArmKustoModelFactory.KustoIotHubDataConnection Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemData.
- location
- Nullable<AzureLocation>
Ressourcenspeicherort
- iotHubResourceId
- ResourceIdentifier
Die Ressourcen-ID des Iot Hubs, der zum Erstellen einer Datenverbindung verwendet werden soll.
- consumerGroup
- String
Die iot Hub-Consumergruppe.
- tableName
- String
Die Tabelle, in der die Daten erfasst werden sollen. Optional können die Tabelleninformationen zu jeder Nachricht hinzugefügt werden.
- mappingRuleName
- String
Die Zuordnungsregel, die zum Erfassen der Daten verwendet werden soll. Optional können die Zuordnungsinformationen zu jeder Nachricht hinzugefügt werden.
- dataFormat
- Nullable<KustoIotHubDataFormat>
Das Datenformat der Nachricht. Optional kann jeder Nachricht das Datenformat hinzugefügt werden.
- eventSystemProperties
- IEnumerable<String>
Systemeigenschaften des iot Hubs.
- sharedAccessPolicyName
- String
Der Name der Freigabezugriffsrichtlinie.
- databaseRouting
- Nullable<KustoDatabaseRouting>
Angabe für Datenbankroutinginformationen aus der Datenverbindung, standardmäßig sind nur Datenbankroutinginformationen zulässig.
- retrievalStartOn
- Nullable<DateTimeOffset>
Wenn sie definiert ist, ruft die Datenverbindung vorhandene Event Hub-Ereignisse ab, die seit dem Startdatum des Abrufs erstellt wurden. Es kann nur Ereignisse abrufen, die vom Event Hub aufbewahrt werden, basierend auf seinem Aufbewahrungszeitraum.
- provisioningState
- Nullable<KustoProvisioningState>
Der bereitgestellte Zustand der Ressource.
Gibt zurück
Eine neue KustoIotHubDataConnection instance zum Simulieren.