你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdateHistoryProperty Class

An update history of the ImmutabilityPolicy of a blob container.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.storage._serialization.Model
UpdateHistoryProperty

Constructor

UpdateHistoryProperty(**kwargs: Any)

Variables

Name Description
update

The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. Known values are: "put", "lock", and "extend".

immutability_period_since_creation_in_days
int

The immutability period for the blobs in the container since the policy creation, in days.

timestamp

Returns the date and time the ImmutabilityPolicy was updated.

object_identifier
str

Returns the Object ID of the user who updated the ImmutabilityPolicy.

tenant_id
str

Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.

upn
str

Returns the User Principal Name of the user who updated the ImmutabilityPolicy.