Timezone Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Timezone() |
Creates an new Timezone instance. |
Properties
FullName |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Timezone. |
DeserializeFromPSObject(PSObject) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |