Share via


RecoveryPointsFilters Class

Definition

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

Constructors

RecoveryPointsFilters()

Creates an new RecoveryPointsFilters instance.

Properties

EndDate
ExtendedInfo
IsVisible
RestorePointDataStoreId
RestorePointState
StartDate

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryPointsFilters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryPointsFilters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryPointsFilters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to