ResourceMoveChangeHistory Class
The change history of the resource move.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelResourceMoveChangeHistory
Constructor
ResourceMoveChangeHistory(*, azure_subscription_id: str | None = None, resource_group_name: str | None = None, changed_time_utc: datetime | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python