ImmutableStorageWithVersioning Class
Object level immutability properties of the container.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.storage._serialization.ModelImmutableStorageWithVersioning
Constructor
ImmutableStorageWithVersioning(*, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
This is an immutable property, when set to true it enables object level immutability at the container level. |
Variables
Name | Description |
---|---|
enabled
|
This is an immutable property, when set to true it enables object level immutability at the container level. |
time_stamp
|
Returns the date and time the object level immutability was enabled. |
migration_state
|
This property denotes the container level immutability to object level immutability migration state. Known values are: "InProgress" and "Completed". |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python