-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.storage.v2021_08_01.models.BlobServiceProperties.yml
145 lines (129 loc) · 5.39 KB
/
azure.mgmt.storage.v2021_08_01.models.BlobServiceProperties.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
### YamlMime:PythonClass
uid: azure.mgmt.storage.v2021_08_01.models.BlobServiceProperties
name: BlobServiceProperties
fullName: azure.mgmt.storage.v2021_08_01.models.BlobServiceProperties
module: azure.mgmt.storage.v2021_08_01.models
inheritances:
- azure.mgmt.storage.v2021_08_01.models._models_py3.Resource
summary: 'The properties of a storage account''s Blob service.
Variables are only populated by the server, and will be ignored when sending a request.'
constructor:
syntax: 'BlobServiceProperties(*, cors: _models.CorsRules | None = None, default_service_version:
str | None = None, delete_retention_policy: _models.DeleteRetentionPolicy | None
= None, is_versioning_enabled: bool | None = None, automatic_snapshot_policy_enabled:
bool | None = None, change_feed: _models.ChangeFeed | None = None, restore_policy:
_models.RestorePolicyProperties | None = None, container_delete_retention_policy:
_models.DeleteRetentionPolicy | None = None, last_access_time_tracking_policy:
_models.LastAccessTimeTrackingPolicy | None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: cors
description: 'Specifies CORS rules for the Blob service. You can include up to
five CorsRule
elements in the request. If no CorsRule elements are included in the request
body, all CORS
rules will be deleted, and CORS will be disabled for the Blob service.'
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.CorsRules>
- name: default_service_version
description: 'DefaultServiceVersion indicates the default version to use
for requests to the Blob service if an incoming request''s version is not specified.
Possible
values include version 2008-10-27 and all more recent versions.'
types:
- <xref:str>
- name: delete_retention_policy
description: The blob service properties for blob soft delete.
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.DeleteRetentionPolicy>
- name: is_versioning_enabled
description: Versioning is enabled if set to true.
types:
- <xref:bool>
- name: automatic_snapshot_policy_enabled
description: 'Deprecated in favor of isVersioningEnabled
property.'
types:
- <xref:bool>
- name: change_feed
description: The blob service properties for change feed events.
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.ChangeFeed>
- name: restore_policy
description: The blob service properties for blob restore policy.
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.RestorePolicyProperties>
- name: container_delete_retention_policy
description: 'The blob service properties for container soft
delete.'
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.DeleteRetentionPolicy>
- name: last_access_time_tracking_policy
description: 'The blob service property to configure last access
time based tracking policy.'
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.LastAccessTimeTrackingPolicy>
variables:
- description: 'Fully qualified resource ID for the resource. Ex -
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. #
pylint: disable=line-too-long'
name: id
types:
- <xref:str>
- description: The name of the resource.
name: name
types:
- <xref:str>
- description: 'The type of the resource. E.g. "Microsoft.Compute/virtualMachines"
or
"Microsoft.Storage/storageAccounts".'
name: type
types:
- <xref:str>
- description: Sku name and tier.
name: sku
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.Sku>
- description: 'Specifies CORS rules for the Blob service. You can include up to five
CorsRule
elements in the request. If no CorsRule elements are included in the request body,
all CORS
rules will be deleted, and CORS will be disabled for the Blob service.'
name: cors
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.CorsRules>
- description: 'DefaultServiceVersion indicates the default version to use for
requests to the Blob service if an incoming request''s version is not specified.
Possible values
include version 2008-10-27 and all more recent versions.'
name: default_service_version
types:
- <xref:str>
- description: The blob service properties for blob soft delete.
name: delete_retention_policy
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.DeleteRetentionPolicy>
- description: Versioning is enabled if set to true.
name: is_versioning_enabled
types:
- <xref:bool>
- description: Deprecated in favor of isVersioningEnabled property.
name: automatic_snapshot_policy_enabled
types:
- <xref:bool>
- description: The blob service properties for change feed events.
name: change_feed
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.ChangeFeed>
- description: The blob service properties for blob restore policy.
name: restore_policy
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.RestorePolicyProperties>
- description: The blob service properties for container soft delete.
name: container_delete_retention_policy
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.DeleteRetentionPolicy>
- description: 'The blob service property to configure last access time
based tracking policy.'
name: last_access_time_tracking_policy
types:
- <xref:azure.mgmt.storage.v2021_08_01.models.LastAccessTimeTrackingPolicy>