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

IEventSourceCommonProperties Interface

Definition

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

Properties

CreationTime

The time the resource was created.

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to