-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.storage.v2022_09_01.models.ManagementPolicyBaseBlob.yml
76 lines (71 loc) · 3.02 KB
/
azure.mgmt.storage.v2022_09_01.models.ManagementPolicyBaseBlob.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
### YamlMime:PythonClass
uid: azure.mgmt.storage.v2022_09_01.models.ManagementPolicyBaseBlob
name: ManagementPolicyBaseBlob
fullName: azure.mgmt.storage.v2022_09_01.models.ManagementPolicyBaseBlob
module: azure.mgmt.storage.v2022_09_01.models
inheritances:
- azure.mgmt.storage._serialization.Model
summary: Management policy action for base blob.
constructor:
syntax: 'ManagementPolicyBaseBlob(*, tier_to_cool: _models.DateAfterModification
| None = None, tier_to_archive: _models.DateAfterModification | None = None, tier_to_cold:
_models.DateAfterModification | None = None, tier_to_hot: _models.DateAfterModification
| None = None, delete: _models.DateAfterModification | None = None, enable_auto_tier_to_hot_from_cool:
bool | None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: tier_to_cool
description: The function to tier blobs to cool storage.
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- name: tier_to_archive
description: The function to tier blobs to archive storage.
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- name: tier_to_cold
description: The function to tier blobs to cold storage.
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- name: tier_to_hot
description: 'The function to tier blobs to hot storage. This action can only
be used
with Premium Block Blob Storage Accounts.'
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- name: delete
description: The function to delete the blob.
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- name: enable_auto_tier_to_hot_from_cool
description: 'This property enables auto tiering of a blob from
cool to hot on a blob access. This property requires
tierToCool.daysAfterLastAccessTimeGreaterThan.'
types:
- <xref:bool>
variables:
- description: The function to tier blobs to cool storage.
name: tier_to_cool
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- description: The function to tier blobs to archive storage.
name: tier_to_archive
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- description: The function to tier blobs to cold storage.
name: tier_to_cold
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- description: 'The function to tier blobs to hot storage. This action can only be
used with
Premium Block Blob Storage Accounts.'
name: tier_to_hot
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- description: The function to delete the blob.
name: delete
types:
- <xref:azure.mgmt.storage.v2022_09_01.models.DateAfterModification>
- description: 'This property enables auto tiering of a blob from cool
to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan.'
name: enable_auto_tier_to_hot_from_cool
types:
- <xref:bool>