Partilhar via


EventHubOutputDataSourceProperties Class

Definition

The properties that are associated with an Event Hub output.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.EventHubOutputDataSourcePropertiesTypeConverter))]
public class EventHubOutputDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IEventHubOutputDataSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.EventHubOutputDataSourcePropertiesTypeConverter))>]
type EventHubOutputDataSourceProperties = class
    interface IEventHubOutputDataSourceProperties
    interface IJsonSerializable
    interface IEventHubDataSourceProperties
    interface IServiceBusDataSourceProperties
    interface IValidates
Public Class EventHubOutputDataSourceProperties
Implements IEventHubOutputDataSourceProperties, IValidates
Inheritance
EventHubOutputDataSourceProperties
Attributes
Implements

Constructors

EventHubOutputDataSourceProperties()

Creates an new EventHubOutputDataSourceProperties instance.

Properties

AuthenticationMode

Authentication Mode.

EventHubName

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

PartitionKey

The key/column that is used to determine to which partition to send event data.

PropertyColumn
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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventHubOutputDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventHubOutputDataSourceProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventHubOutputDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to