Share via


AzureBackupFindRestorableTimeRangesResponse Class

Definition

List Restore Ranges Response

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

Constructors

AzureBackupFindRestorableTimeRangesResponse()

Creates an new AzureBackupFindRestorableTimeRangesResponse instance.

Properties

ObjectType
RestorableTimeRange

Returns the Restore Ranges available on the Backup Instance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureBackupFindRestorableTimeRangesResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureBackupFindRestorableTimeRangesResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureBackupFindRestorableTimeRangesResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to