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

IAzureEventSourceProperties Interface

Definition

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

Properties

CreationTime

The time the resource was created.

(Inherited from IResourceProperties)
EventSourceResourceId

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

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