Show / Hide Table of Contents

Class EventhubDataConnectionState

Inheritance
System.Object
InputArgs
ResourceArgs
EventhubDataConnectionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Kusto
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventhubDataConnectionState : ResourceArgs

Constructors

View Source

EventhubDataConnectionState()

Declaration
public EventhubDataConnectionState()

Properties

View Source

ClusterName

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.