ResourceMoveChangeHistory Class
The change history of the resource move.
Constructor
ResourceMoveChangeHistory(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
azure_subscription_id
|
Azure subscription ID of the resource. |
|
resource_group_name
|
Azure Resource Group of the resource. |
|
changed_time_utc
|
UTC timestamp of when the resource was changed. |
Attributes
azure_subscription_id
Azure subscription ID of the resource.
azure_subscription_id: str | None
changed_time_utc
UTC timestamp of when the resource was changed.
changed_time_utc: datetime | None
resource_group_name
Azure Resource Group of the resource.
resource_group_name: str | None