Share via


AzureBackupFindRestorableTimeRangesRequest Class

Definition

List Restore Ranges Request

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

Constructors

AzureBackupFindRestorableTimeRangesRequest()

Creates an new AzureBackupFindRestorableTimeRangesRequest instance.

Properties

EndTime

End time for the List Restore Ranges request. ISO 8601 format.

SourceDataStoreType

Gets or sets the type of the source data store.

StartTime

Start time for the List Restore Ranges request. ISO 8601 format.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureBackupFindRestorableTimeRangesRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureBackupFindRestorableTimeRangesRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureBackupFindRestorableTimeRangesRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to