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

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