Share via


IEventHubEventSourceCreateOrUpdateParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventHubEventSourceCreateOrUpdateParametersTypeConverter))]
public interface IEventHubEventSourceCreateOrUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceCreateOrUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventHubEventSourceCreateOrUpdateParametersTypeConverter))>]
type IEventHubEventSourceCreateOrUpdateParameters = interface
    interface IJsonSerializable
    interface IEventSourceCreateOrUpdateParameters
    interface ICreateOrUpdateTrackedResourceProperties
Public Interface IEventHubEventSourceCreateOrUpdateParameters
Implements IEventSourceCreateOrUpdateParameters
Derived
Attributes
Implements

Properties

ConsumerGroupName

The name of the event hub's consumer group that holds the partitions from which events will be read.

CreationTime

The time the resource was created.

EventHubName

The name of the event hub.

EventSourceResourceId

The resource id of the event source in Azure Resource Manager.

KeyName

The name of the SAS key that grants the Time Series Insights service access to the event hub. The shared access policies for this key must grant 'Listen' permissions to the event hub.

Kind

The kind of the event source.

(Inherited from IEventSourceCreateOrUpdateParameters)
LocalTimestampFormat

An enum that represents the format of the local timestamp property that needs to be set.

(Inherited from IEventSourceCreateOrUpdateParameters)
Location

The location of the resource.

(Inherited from ICreateOrUpdateTrackedResourceProperties)
ProvisioningState

Provisioning state of the resource.

ServiceBusNamespace

The name of the service bus that contains the event hub.

SharedAccessKey

The value of the shared access key that grants the Time Series Insights service read access to the event hub. This property is not shown in event source responses.

Tag

Key-value pairs of additional properties for the resource.

(Inherited from ICreateOrUpdateTrackedResourceProperties)
TimestampPropertyName

The event property that will be used as the event source's timestamp. If a value isn't specified for timestampPropertyName, or if null or empty-string is specified, the event creation time will be used.

TimeZoneOffsetPropertyName

The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)

(Inherited from IEventSourceCreateOrUpdateParameters)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to