RetargetScheduleProperties Class
Properties for retargeting a virtual machine schedule.
Constructor
RetargetScheduleProperties(*, current_resource_id: str | None = None, target_resource_id: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
current_resource_id
Required
|
The resource Id of the virtual machine on which the schedule operates. |
target_resource_id
Required
|
The resource Id of the virtual machine that the schedule should be retargeted to. |
Keyword-Only Parameters
Name | Description |
---|---|
current_resource_id
|
Default value: None
|
target_resource_id
|
Default value: None
|