-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations.yml
182 lines (169 loc) · 7.35 KB
/
azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations
name: DiskEncryptionSetsOperations
fullName: azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations
module: azure.mgmt.compute.v2020_05_01.operations
inheritances:
- builtins.object
summary: "> [!WARNING]\n> DO NOT instantiate this class directly.\n>\n> \n>\n> Instead,\
\ you should access the following operations through\n>\n> <xref:azure.mgmt.compute.v2020_05_01.ComputeManagementClient>'s\n\
>\n> <xref:disk_encryption_sets> attribute.\n>"
constructor:
syntax: DiskEncryptionSetsOperations(*args, **kwargs)
methods:
- uid: azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations.begin_create_or_update
name: begin_create_or_update
summary: Creates or updates a disk encryption set.
signature: 'begin_create_or_update(resource_group_name: str, disk_encryption_set_name:
str, disk_encryption_set: _models.DiskEncryptionSet, *, content_type: str = ''application/json'',
**kwargs: Any) -> LROPoller[_models.DiskEncryptionSet]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: disk_encryption_set_name
description: 'The name of the disk encryption set that is being created. The
name can''t be changed after the disk encryption set is created. Supported characters
for the
name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. Required.'
isRequired: true
types:
- <xref:str>
- name: disk_encryption_set
description: 'disk encryption set object supplied in the body of the Put disk
encryption set operation. Is either a DiskEncryptionSet type or a IO[bytes]
type. Required.'
isRequired: true
types:
- <xref:azure.mgmt.compute.v2020_05_01.models.DiskEncryptionSet>
- <xref:typing.IO>[<xref:bytes>]
return:
description: 'An instance of LROPoller that returns either DiskEncryptionSet or
the result of
cls(response)'
types:
- <xref:azure.core.polling.LROPoller>[<xref:azure.mgmt.compute.v2020_05_01.models.DiskEncryptionSet>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations.begin_delete
name: begin_delete
summary: Deletes a disk encryption set.
signature: 'begin_delete(resource_group_name: str, disk_encryption_set_name: str,
**kwargs: Any) -> LROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: disk_encryption_set_name
description: 'The name of the disk encryption set that is being created. The
name can''t be changed after the disk encryption set is created. Supported characters
for the
name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. Required.'
isRequired: true
types:
- <xref:str>
return:
description: An instance of LROPoller that returns either None or the result of
cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations.begin_update
name: begin_update
summary: Updates (patches) a disk encryption set.
signature: 'begin_update(resource_group_name: str, disk_encryption_set_name: str,
disk_encryption_set: _models.DiskEncryptionSetUpdate, *, content_type: str = ''application/json'',
**kwargs: Any) -> LROPoller[_models.DiskEncryptionSet]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: disk_encryption_set_name
description: 'The name of the disk encryption set that is being created. The
name can''t be changed after the disk encryption set is created. Supported characters
for the
name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. Required.'
isRequired: true
types:
- <xref:str>
- name: disk_encryption_set
description: 'disk encryption set object supplied in the body of the Patch disk
encryption set operation. Is either a DiskEncryptionSetUpdate type or a IO[bytes]
type.
Required.'
isRequired: true
types:
- <xref:azure.mgmt.compute.v2020_05_01.models.DiskEncryptionSetUpdate>
- <xref:typing.IO>[<xref:bytes>]
return:
description: 'An instance of LROPoller that returns either DiskEncryptionSet or
the result of
cls(response)'
types:
- <xref:azure.core.polling.LROPoller>[<xref:azure.mgmt.compute.v2020_05_01.models.DiskEncryptionSet>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations.get
name: get
summary: Gets information about a disk encryption set.
signature: 'get(resource_group_name: str, disk_encryption_set_name: str, **kwargs:
Any) -> DiskEncryptionSet'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: disk_encryption_set_name
description: 'The name of the disk encryption set that is being created. The
name can''t be changed after the disk encryption set is created. Supported characters
for the
name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. Required.'
isRequired: true
types:
- <xref:str>
return:
description: DiskEncryptionSet or the result of cls(response)
types:
- <xref:azure.mgmt.compute.v2020_05_01.models.DiskEncryptionSet>
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations.list
name: list
summary: Lists all the disk encryption sets under a subscription.
signature: 'list(**kwargs: Any) -> Iterable[DiskEncryptionSet]'
return:
description: An iterator like instance of either DiskEncryptionSet or the result
of cls(response)
types:
- <xref:azure.core.paging.ItemPaged>[<xref:azure.mgmt.compute.v2020_05_01.models.DiskEncryptionSet>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations.list_by_resource_group
name: list_by_resource_group
summary: Lists all the disk encryption sets under a resource group.
signature: 'list_by_resource_group(resource_group_name: str, **kwargs: Any) -> Iterable[DiskEncryptionSet]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
return:
description: An iterator like instance of either DiskEncryptionSet or the result
of cls(response)
types:
- <xref:azure.core.paging.ItemPaged>[<xref:azure.mgmt.compute.v2020_05_01.models.DiskEncryptionSet>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
attributes:
- uid: azure.mgmt.compute.v2020_05_01.operations.DiskEncryptionSetsOperations.models
name: models
signature: models = <module 'azure.mgmt.compute.v2020_05_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2020_05_01\\models\\__init__.py'>