Share via


RecoveryPlanProtectedItem Class

Definition

Recovery plan protected item.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanProtectedItemTypeConverter))]
public class RecoveryPlanProtectedItem : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProtectedItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanProtectedItemTypeConverter))>]
type RecoveryPlanProtectedItem = class
    interface IRecoveryPlanProtectedItem
    interface IJsonSerializable
Public Class RecoveryPlanProtectedItem
Implements IRecoveryPlanProtectedItem
Inheritance
RecoveryPlanProtectedItem
Attributes
Implements

Constructors

RecoveryPlanProtectedItem()

Creates an new RecoveryPlanProtectedItem instance.

Properties

Id

The ARM Id of the recovery plan protected item.

VirtualMachineId

The virtual machine Id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryPlanProtectedItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryPlanProtectedItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProtectedItem.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryPlanProtectedItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to