Class EventhubDataConnectionState
Inherited Members
Namespace: Pulumi.Azure.Kusto
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventhubDataConnectionState : ResourceArgs
Constructors
View SourceEventhubDataConnectionState()
Declaration
public EventhubDataConnectionState()
Properties
View SourceClusterName
Specifies the name of the Kusto Cluster this data connection will be added to. Changing this forces a new resource to be created.
Declaration
public Input<string> ClusterName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConsumerGroup
Specifies the EventHub consumer group this data connection will use for ingestion. Changing this forces a new resource to be created.
Declaration
public Input<string> ConsumerGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DatabaseName
Specifies the name of the Kusto Database this data connection will be added to. Changing this forces a new resource to be created.
Declaration
public Input<string> DatabaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DataFormat
Specifies the data format of the EventHub messages. Allowed values: AVRO, CSV, JSON, MULTIJSON, PSV, RAW, SCSV, SINGLEJSON, SOHSV, TSV and TXT
Declaration
public Input<string> DataFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EventhubId
Specifies the resource id of the EventHub this data connection will use for ingestion. Changing this forces a new resource to be created.
Declaration
public Input<string> EventhubId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The location where the Kusto Database should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MappingRuleName
Specifies the mapping rule used for the message ingestion. Mapping rule must exist before resource is created.
Declaration
public Input<string> MappingRuleName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Kusto EventHub Data Connection to create. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
Specifies the Resource Group where the Kusto Database should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TableName
Specifies the target table name used for the message ingestion. Table must exist before resource is created.
Declaration
public Input<string> TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |