Share via


RestorableTimeRange Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.RestorableTimeRangeTypeConverter))]
public class RestorableTimeRange : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.RestorableTimeRangeTypeConverter))>]
type RestorableTimeRange = class
    interface IRestorableTimeRange
    interface IJsonSerializable
Public Class RestorableTimeRange
Implements IRestorableTimeRange
Inheritance
RestorableTimeRange
Attributes
Implements

Constructors

RestorableTimeRange()

Creates an new RestorableTimeRange instance.

Properties

EndTime

End time for the available restore range

ObjectType
StartTime

Start time for the available restore range

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RestorableTimeRange.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RestorableTimeRange.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IRestorableTimeRange.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RestorableTimeRange into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to