Compartir a través de


RestorableTimeRange Class

Definition

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

Constructors

Name Description
RestorableTimeRange()

Creates an new RestorableTimeRange instance.

Properties

Name Description
EndTime

End time for the available restore range

ObjectType
StartTime

Start time for the available restore range

Methods

Name Description
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.Api202501.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