ResourcePropertyChange Class

The resource property change.

All required parameters must be populated in order to send to Azure.

Constructor

ResourcePropertyChange(*, property_name: str, change_category: str | _models.ChangeCategory, property_change_type: str | _models.PropertyChangeType, before_value: str | None = None, after_value: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
property_name
str

The property name. Required.

before_value
str

The property value in before snapshot.

Default value: None
after_value
str

The property value in after snapshot.

Default value: None
change_category

The change category. Required. Known values are: "User" and "System".

property_change_type

The property change Type. Required. Known values are: "Insert", "Update", and "Remove".

Variables

Name Description
property_name
str

The property name. Required.

before_value
str

The property value in before snapshot.

after_value
str

The property value in after snapshot.

change_category

The change category. Required. Known values are: "User" and "System".

property_change_type

The property change Type. Required. Known values are: "Insert", "Update", and "Remove".