Compartilhar via


ArmKustoModelFactory.KustoEventHubDataConnection Método

Definição

Inicializa uma nova instância do KustoEventHubDataConnection.

public static Azure.ResourceManager.Kusto.Models.KustoEventHubDataConnection KustoEventHubDataConnection (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 eventHubResourceId = default, string consumerGroup = default, string tableName = default, string mappingRuleName = default, Azure.ResourceManager.Kusto.Models.KustoEventHubDataFormat? dataFormat = default, System.Collections.Generic.IEnumerable<string> eventSystemProperties = default, Azure.ResourceManager.Kusto.Models.EventHubMessagesCompressionType? compression = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier managedIdentityResourceId = default, Guid? managedIdentityObjectId = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting? databaseRouting = default, DateTimeOffset? retrievalStartOn = default);
static member KustoEventHubDataConnection : 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.KustoEventHubDataFormat> * seq<string> * Nullable<Azure.ResourceManager.Kusto.Models.EventHubMessagesCompressionType> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> * Azure.Core.ResourceIdentifier * Nullable<Guid> * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Kusto.Models.KustoEventHubDataConnection
Public Shared Function KustoEventHubDataConnection (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 eventHubResourceId As ResourceIdentifier = Nothing, Optional consumerGroup As String = Nothing, Optional tableName As String = Nothing, Optional mappingRuleName As String = Nothing, Optional dataFormat As Nullable(Of KustoEventHubDataFormat) = Nothing, Optional eventSystemProperties As IEnumerable(Of String) = Nothing, Optional compression As Nullable(Of EventHubMessagesCompressionType) = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing, Optional managedIdentityResourceId As ResourceIdentifier = Nothing, Optional managedIdentityObjectId As Nullable(Of Guid) = Nothing, Optional databaseRouting As Nullable(Of KustoDatabaseRouting) = Nothing, Optional retrievalStartOn As Nullable(Of DateTimeOffset) = Nothing) As KustoEventHubDataConnection

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

location
Nullable<AzureLocation>

Local do recurso.

eventHubResourceId
ResourceIdentifier

A ID do recurso do hub de eventos a ser usado para criar uma conexão de dados.

consumerGroup
String

O grupo de consumidores do hub de eventos.

tableName
String

A tabela em que os dados devem ser ingeridos. Opcionalmente, as informações da tabela podem ser adicionadas a cada mensagem.

mappingRuleName
String

A regra de mapeamento a ser usada para ingerir os dados. Opcionalmente, as informações de mapeamento podem ser adicionadas a cada mensagem.

dataFormat
Nullable<KustoEventHubDataFormat>

O formato de dados da mensagem. Opcionalmente, o formato de dados pode ser adicionado a cada mensagem.

eventSystemProperties
IEnumerable<String>

Propriedades do sistema do hub de eventos.

compression
Nullable<EventHubMessagesCompressionType>

O tipo de compactação de mensagens do hub de eventos.

provisioningState
Nullable<KustoProvisioningState>

O estado provisionado do recurso.

managedIdentityResourceId
ResourceIdentifier

A ID de recurso de uma identidade gerenciada (sistema ou usuário atribuído) a ser usada para autenticar com o hub de eventos.

managedIdentityObjectId
Nullable<Guid>

A ID do objeto managedIdentityResourceId.

databaseRouting
Nullable<KustoDatabaseRouting>

Indicação de informações de roteamento de banco de dados da conexão de dados, por padrão, somente as informações de roteamento de banco de dados são permitidas.

retrievalStartOn
Nullable<DateTimeOffset>

Quando definida, a conexão de dados recupera eventos existentes do Hub de Eventos criados desde a data de início da Recuperação. Ele só pode recuperar eventos retidos pelo Hub de Eventos, com base em seu período de retenção.

Retornos

Uma nova KustoEventHubDataConnection instância para simulação.

Aplica-se a