Share via


IEventSourceCreateOrUpdateParameters Interface

Definition

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

Properties

Kind

The kind of the event source.

LocalTimestampFormat

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

Location

The location of the resource.

(Inherited from ICreateOrUpdateTrackedResourceProperties)
Tag

Key-value pairs of additional properties for the resource.

(Inherited from ICreateOrUpdateTrackedResourceProperties)
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)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to