RetargetScheduleProperties Class
Properties for retargeting a virtual machine schedule.
- Inheritance
-
msrest.serialization.ModelRetargetScheduleProperties
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
Required
|
|
target_resource_id
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python