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

EventSourceMutableProperties Class

Definition

An object that represents a set of mutable event source resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventSourceMutablePropertiesTypeConverter))]
public class EventSourceMutableProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IEventSourceMutableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.EventSourceMutablePropertiesTypeConverter))>]
type EventSourceMutableProperties = class
    interface IEventSourceMutableProperties
    interface IJsonSerializable
Public Class EventSourceMutableProperties
Implements IEventSourceMutableProperties
Inheritance
EventSourceMutableProperties
Attributes
Implements

Constructors

EventSourceMutableProperties()

Creates an new EventSourceMutableProperties instance.

Properties

LocalTimestampFormat

An enum that represents the format of the local timestamp property that needs to be set.

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.

TimeZoneOffsetPropertyName

The event property that will be contain the offset information to calculate the local timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When LocalTimestampFormat is Timespan, it contains the name of property which contains values representing the offset (eg: P1D or 1.00:00:00)

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventSourceMutableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventSourceMutableProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventSourceMutableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to