Share via


ItemLevelRestoreCriteria Class

Definition

Class to contain criteria for item level restore

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

Constructors

Name Description
ItemLevelRestoreCriteria()

Creates an new ItemLevelRestoreCriteria instance.

Properties

Name Description
ObjectType

Type of the specific object - used for deserializing

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ItemLevelRestoreCriteria.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ItemLevelRestoreCriteria.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IItemLevelRestoreCriteria. Note: the Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IItemLevelRestoreCriteria interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ItemLevelRestoreCriteria into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to