你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IoTHubEventSourceCreationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the IoTHub event source that are required on create or update requests.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IoTHubEventSourceCreationPropertiesTypeConverter))]
public class IoTHubEventSourceCreationProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IIoTHubEventSourceCreationProperties, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IoTHubEventSourceCreationPropertiesTypeConverter))>]
type IoTHubEventSourceCreationProperties = class
interface IIoTHubEventSourceCreationProperties
interface IJsonSerializable
interface IIoTHubEventSourceCommonProperties
interface IAzureEventSourceProperties
interface IEventSourceCommonProperties
interface IResourceProperties
interface IValidates
Public Class IoTHubEventSourceCreationProperties
Implements IIoTHubEventSourceCreationProperties, IValidates
- Inheritance
-
IoTHubEventSourceCreationProperties
- Attributes
- Implements
Constructors
IoTHubEventSourceCreationProperties() |
Creates an new IoTHubEventSourceCreationProperties instance. |
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. |
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. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IoTHubEventSourceCreationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IoTHubEventSourceCreationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IIoTHubEventSourceCreationProperties. |
FromJsonString(String) |
Creates a new instance of IoTHubEventSourceCreationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IoTHubEventSourceCreationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |