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

IIoTHubEventSourceResourceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IoTHubEventSourceResourcePropertiesTypeConverter))]
public interface IIoTHubEventSourceResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IIoTHubEventSourceCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IoTHubEventSourceResourcePropertiesTypeConverter))>]
type IIoTHubEventSourceResourceProperties = interface
    interface IJsonSerializable
    interface IIoTHubEventSourceCommonProperties
    interface IAzureEventSourceProperties
    interface IEventSourceCommonProperties
    interface IResourceProperties
Public Interface IIoTHubEventSourceResourceProperties
Implements IIoTHubEventSourceCommonProperties
Derived
Attributes
Implements

Properties

ConsumerGroupName

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

(Inherited from IIoTHubEventSourceCommonProperties)
CreationTime

The time the resource was created.

(Inherited from IResourceProperties)
EventSourceResourceId

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

(Inherited from IAzureEventSourceProperties)
IotHubName

The name of the iot hub.

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

(Inherited from IIoTHubEventSourceCommonProperties)
ProvisioningState

Provisioning state of the resource.

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

(Inherited from IEventSourceCommonProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to