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

EventSourceCommonProperties Class

Definition

Properties of the event source.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventSourceCommonPropertiesTypeConverter))]
public class EventSourceCommonProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceCommonProperties, Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventSourceCommonPropertiesTypeConverter))>]
type EventSourceCommonProperties = class
    interface IEventSourceCommonProperties
    interface IJsonSerializable
    interface IResourceProperties
    interface IValidates
Public Class EventSourceCommonProperties
Implements IEventSourceCommonProperties, IValidates
Inheritance
EventSourceCommonProperties
Attributes
Implements

Constructors

EventSourceCommonProperties()

Creates an new EventSourceCommonProperties instance.

Properties

CreationTime

The time the resource was created.

ProvisioningState

Provisioning state of the resource.

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 EventSourceCommonProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventSourceCommonProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceCommonProperties.

FromJsonString(String)

Creates a new instance of EventSourceCommonProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventSourceCommonProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to