-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.storage.v2022_09_01.models.LegalHoldProperties.yml
45 lines (40 loc) · 1.7 KB
/
azure.mgmt.storage.v2022_09_01.models.LegalHoldProperties.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
### YamlMime:PythonClass
uid: azure.mgmt.storage.v2022_09_01.models.LegalHoldProperties
name: LegalHoldProperties
fullName: azure.mgmt.storage.v2022_09_01.models.LegalHoldProperties
module: azure.mgmt.storage.v2022_09_01.models
inheritances:
- azure.mgmt.storage._serialization.Model
summary: 'The LegalHold property of a blob container.
Variables are only populated by the server, and will be ignored when sending a request.'
constructor:
syntax: 'LegalHoldProperties(*, tags: List[_models.TagProperty] | None = None, protected_append_writes_history:
_models.ProtectedAppendWritesHistory | None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: tags
description: The list of LegalHold tags of a blob container.
types:
- <xref:list>[<xref:azure.mgmt.storage.v2022_09_01.models.TagProperty>]
- name: protected_append_writes_history
description: Protected append blob writes history.
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.ProtectedAppendWritesHistory>
variables:
- description: 'The hasLegalHold public property is set to true by SRP if there are
at
least one existing tag. The hasLegalHold public property is set to false by SRP
if all existing
legal hold tags are cleared out. There can be a maximum of 1000 blob containers
with
hasLegalHold=true for a given account.'
name: has_legal_hold
types:
- <xref:bool>
- description: The list of LegalHold tags of a blob container.
name: tags
types:
- <xref:list>[<xref:azure.mgmt.storage.v2022_09_01.models.TagProperty>]
- description: Protected append blob writes history.
name: protected_append_writes_history
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.ProtectedAppendWritesHistory>