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

LocalTimestampTimeZoneOffset Class

Definition

An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded.

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

Constructors

LocalTimestampTimeZoneOffset()

Creates an new LocalTimestampTimeZoneOffset instance.

Properties

PropertyName

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LocalTimestampTimeZoneOffset.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LocalTimestampTimeZoneOffset into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to