ResourcePropertyChange Class
The resource property change.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ResourcePropertyChange
Constructor
ResourcePropertyChange(*, property_name: str, change_category: Union[str, azure.mgmt.resourcegraph.models._resource_graph_client_enums.ChangeCategory], property_change_type: Union[str, azure.mgmt.resourcegraph.models._resource_graph_client_enums.PropertyChangeType], before_value: Optional[str] = None, after_value: Optional[str] = None, **kwargs)
Parameters
- change_category
- str or ChangeCategory
Required
Required. The change category. Possible values include: "User", "System".
- property_change_type
- str or PropertyChangeType
Required
Required. The property change Type. Possible values include: "Insert", "Update", "Remove".
Feedback
Submit and view feedback for