Timezone Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.TimezoneTypeConverter))]
public class Timezone : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ITimezone
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.TimezoneTypeConverter))>]
type Timezone = class
    interface ITimezone
    interface IJsonSerializable
Public Class Timezone
Implements ITimezone
Inheritance
Timezone
Attributes
Implements

Constructors

Name Description
Timezone()

Creates an new Timezone instance.

Properties

Name Description
FullName

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Timezone.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Timezone.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.ITimezone.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Timezone into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to