RetargetScheduleProperties Class

Properties for retargeting a virtual machine schedule.

Inheritance
msrest.serialization.Model
RetargetScheduleProperties

Constructor

RetargetScheduleProperties(*, current_resource_id: str | None = None, target_resource_id: str | None = None, **kwargs)

Parameters

Name Description
current_resource_id
Required
str

The resource Id of the virtual machine on which the schedule operates.

target_resource_id
Required
str

The resource Id of the virtual machine that the schedule should be retargeted to.

Keyword-Only Parameters

Name Description
current_resource_id
Required
target_resource_id
Required