Partilhar via


EventHubV2StreamInputDataSource Class

Definition

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

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

Constructors

EventHubV2StreamInputDataSource()

Creates an new EventHubV2StreamInputDataSource 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 EventHubV2StreamInputDataSource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventHubV2StreamInputDataSource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventHubV2StreamInputDataSource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to