AtlasTimeZone Class

Definition

The timezone information.

public class AtlasTimeZone : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasTimeZone>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasTimeZone>
type AtlasTimeZone = class
    interface IJsonModel<AtlasTimeZone>
    interface IPersistableModel<AtlasTimeZone>
Public Class AtlasTimeZone
Implements IJsonModel(Of AtlasTimeZone), IPersistableModel(Of AtlasTimeZone)
Inheritance
AtlasTimeZone
Implements

Constructors

AtlasTimeZone()

Initializes a new instance of AtlasTimeZone.

Properties

AvailableIds

An array of available IDs.

Default

The timezone information.

DisplayName

The display name of the timezone.

DstSavings

The value of the daylight saving time.

Id

The ID of the timezone.

RawOffset

The raw offset of the timezone.

Explicit Interface Implementations

IJsonModel<AtlasTimeZone>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AtlasTimeZone>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AtlasTimeZone>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AtlasTimeZone>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AtlasTimeZone>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to