你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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