Package version:

Recovery plan protected item.

interface RecoveryPlanProtectedItem {
    id?: string;
    virtualMachineId?: string;
}

Properties

id?: string

The ARM Id of the recovery plan protected item.

virtualMachineId?: string

The virtual machine Id.