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

AzureBackupFindRestorableTimeRangesRequestResource Class

Definition

List Restore Ranges Request

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AzureBackupFindRestorableTimeRangesRequestResourceTypeConverter))]
public class AzureBackupFindRestorableTimeRangesRequestResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupFindRestorableTimeRangesRequestResource, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AzureBackupFindRestorableTimeRangesRequestResourceTypeConverter))>]
type AzureBackupFindRestorableTimeRangesRequestResource = class
    interface IAzureBackupFindRestorableTimeRangesRequestResource
    interface IJsonSerializable
    interface IDppWorkerRequest
    interface IValidates
Public Class AzureBackupFindRestorableTimeRangesRequestResource
Implements IAzureBackupFindRestorableTimeRangesRequestResource, IValidates
Inheritance
AzureBackupFindRestorableTimeRangesRequestResource
Attributes
Implements

Constructors

AzureBackupFindRestorableTimeRangesRequestResource()

Creates an new AzureBackupFindRestorableTimeRangesRequestResource instance.

Properties

ContentEndTime

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

ContentSourceDataStoreType

Gets or sets the type of the source data store.

ContentStartTime

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

CultureInfo
Header
HttpMethod
Parameter
SubscriptionId
SupportedGroupVersion
Uri

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureBackupFindRestorableTimeRangesRequestResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureBackupFindRestorableTimeRangesRequestResource.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureBackupFindRestorableTimeRangesRequestResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to