RecoveryPlanProtectedItemResponse

data class RecoveryPlanProtectedItemResponse(val id: String? = null, val virtualMachineId: String? = null)

Recovery plan protected item.

Constructors

Link copied to clipboard
constructor(id: String? = null, virtualMachineId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ARM Id of the recovery plan protected item.

Link copied to clipboard

The virtual machine Id.