-
Notifications
You must be signed in to change notification settings - Fork 246
/
azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations.yml
164 lines (158 loc) · 6.26 KB
/
azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations.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
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations
name: GalleriesOperations
fullName: azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations
module: azure.mgmt.compute.v2019_07_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.v2019_07_01.ComputeManagementClient>'s\n\
>\n> <xref:galleries> attribute.\n>"
constructor:
syntax: GalleriesOperations(*args, **kwargs)
methods:
- uid: azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations.begin_create_or_update
name: begin_create_or_update
summary: Create or update a Shared Image Gallery.
signature: 'begin_create_or_update(resource_group_name: str, gallery_name: str,
gallery: _models.Gallery, *, content_type: str = ''application/json'', **kwargs:
Any) -> LROPoller[_models.Gallery]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: gallery_name
description: 'The name of the Shared Image Gallery. The allowed characters are
alphabets
and numbers with dots and periods allowed in the middle. The maximum length
is 80 characters.
Required.'
isRequired: true
types:
- <xref:str>
- name: gallery
description: 'Parameters supplied to the create or update Shared Image Gallery
operation. Is
either a Gallery type or a IO[bytes] type. Required.'
isRequired: true
types:
- <xref:azure.mgmt.compute.v2019_07_01.models.Gallery>
- <xref:typing.IO>[<xref:bytes>]
return:
description: An instance of LROPoller that returns either Gallery or the result
of cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:azure.mgmt.compute.v2019_07_01.models.Gallery>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations.begin_delete
name: begin_delete
summary: Delete a Shared Image Gallery.
signature: 'begin_delete(resource_group_name: str, gallery_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: gallery_name
description: The name of the Shared Image Gallery to be deleted. 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.v2019_07_01.operations.GalleriesOperations.begin_update
name: begin_update
summary: Update a Shared Image Gallery.
signature: 'begin_update(resource_group_name: str, gallery_name: str, gallery: _models.GalleryUpdate,
*, content_type: str = ''application/json'', **kwargs: Any) -> LROPoller[_models.Gallery]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: gallery_name
description: 'The name of the Shared Image Gallery. The allowed characters are
alphabets
and numbers with dots and periods allowed in the middle. The maximum length
is 80 characters.
Required.'
isRequired: true
types:
- <xref:str>
- name: gallery
description: 'Parameters supplied to the update Shared Image Gallery operation.
Is either a
GalleryUpdate type or a IO[bytes] type. Required.'
isRequired: true
types:
- <xref:azure.mgmt.compute.v2019_07_01.models.GalleryUpdate>
- <xref:typing.IO>[<xref:bytes>]
return:
description: An instance of LROPoller that returns either Gallery or the result
of cls(response)
types:
- <xref:azure.core.polling.LROPoller>[<xref:azure.mgmt.compute.v2019_07_01.models.Gallery>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations.get
name: get
summary: Retrieves information about a Shared Image Gallery.
signature: 'get(resource_group_name: str, gallery_name: str, **kwargs: Any) -> Gallery'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: gallery_name
description: The name of the Shared Image Gallery. Required.
isRequired: true
types:
- <xref:str>
return:
description: Gallery or the result of cls(response)
types:
- <xref:azure.mgmt.compute.v2019_07_01.models.Gallery>
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations.list
name: list
summary: List galleries under a subscription.
signature: 'list(**kwargs: Any) -> Iterable[Gallery]'
return:
description: An iterator like instance of either Gallery or the result of cls(response)
types:
- <xref:azure.core.paging.ItemPaged>[<xref:azure.mgmt.compute.v2019_07_01.models.Gallery>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations.list_by_resource_group
name: list_by_resource_group
summary: List galleries under a resource group.
signature: 'list_by_resource_group(resource_group_name: str, **kwargs: Any) -> Iterable[Gallery]'
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 Gallery or the result of cls(response)
types:
- <xref:azure.core.paging.ItemPaged>[<xref:azure.mgmt.compute.v2019_07_01.models.Gallery>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
attributes:
- uid: azure.mgmt.compute.v2019_07_01.operations.GalleriesOperations.models
name: models
signature: models = <module 'azure.mgmt.compute.v2019_07_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2019_07_01\\models\\__init__.py'>