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

property_name
str
Required

Required. The property name.

before_value
str
Required

The property value in before snapshot.

after_value
str
Required

The property value in after snapshot.

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".