Partilhar via


EventHubStreamInputDataSource Class

Definition

Describes an Event Hub input data source that contains stream data.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.EventHubStreamInputDataSourceTypeConverter))]
public class EventHubStreamInputDataSource : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IEventHubStreamInputDataSource, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.EventHubStreamInputDataSourceTypeConverter))>]
type EventHubStreamInputDataSource = class
    interface IEventHubStreamInputDataSource
    interface IJsonSerializable
    interface IStreamInputDataSource
    interface IValidates
Public Class EventHubStreamInputDataSource
Implements IEventHubStreamInputDataSource, IValidates
Inheritance
EventHubStreamInputDataSource
Attributes
Implements

Constructors

EventHubStreamInputDataSource()

Creates an new EventHubStreamInputDataSource instance.

Properties

AuthenticationMode

Authentication Mode.

ConsumerGroupName

The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.

EventHubName

The name of the Event Hub. Required on PUT (CreateOrReplace) requests.

ServiceBusNamespace

The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

SharedAccessPolicyKey

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

SharedAccessPolicyName

The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

Type

Indicates the type of input data source containing stream data. Required on PUT (CreateOrReplace) requests.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventHubStreamInputDataSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventHubStreamInputDataSource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IEventHubStreamInputDataSource.

FromJsonString(String)

Creates a new instance of EventHubStreamInputDataSource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventHubStreamInputDataSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to