你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIoTHubEventSourceCreateOrUpdateParameters Interface

Definition

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

Properties

ConsumerGroupName

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

CreationTime

The time the resource was created.

EventSourceResourceId

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

IotHubName

The name of the iot hub.

KeyName

The name of the Shared Access Policy key that grants the Time Series Insights service access to the iot hub. This shared access policy key must grant 'service connect' permissions to the iot 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.

SharedAccessKey

The value of the Shared Access Policy key that grants the Time Series Insights service read access to the iot 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