-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.devcenter.aio.operations.GalleriesOperations.yml
148 lines (142 loc) · 5.04 KB
/
azure.mgmt.devcenter.aio.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
### YamlMime:PythonClass
uid: azure.mgmt.devcenter.aio.operations.GalleriesOperations
name: GalleriesOperations
fullName: azure.mgmt.devcenter.aio.operations.GalleriesOperations
module: azure.mgmt.devcenter.aio.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.devcenter.aio.DevCenterMgmtClient>'s\n\
>\n> <xref:galleries> attribute.\n>"
constructor:
syntax: GalleriesOperations(*args, **kwargs)
methods:
- uid: azure.mgmt.devcenter.aio.operations.GalleriesOperations.begin_create_or_update
name: begin_create_or_update
summary: Creates or updates a gallery.
signature: 'async begin_create_or_update(resource_group_name: str, dev_center_name:
str, gallery_name: str, body: _models.Gallery, *, content_type: str = ''application/json'',
**kwargs: Any) -> AsyncLROPoller[_models.Gallery]'
parameters:
- name: resource_group_name
description: 'The name of the resource group. The name is case insensitive.
Required.'
isRequired: true
types:
- <xref:str>
- name: dev_center_name
description: The name of the devcenter. Required.
isRequired: true
types:
- <xref:str>
- name: gallery_name
description: The name of the gallery. Required.
isRequired: true
types:
- <xref:str>
- name: body
description: Represents a gallery. Is either a Gallery type or a IO[bytes] type.
Required.
isRequired: true
types:
- <xref:azure.mgmt.devcenter.models.Gallery>
- <xref:typing.IO>[<xref:bytes>]
return:
description: 'An instance of AsyncLROPoller that returns either Gallery or the
result of
cls(response)'
types:
- <xref:azure.core.polling.AsyncLROPoller>[<xref:azure.mgmt.devcenter.models.Gallery>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.devcenter.aio.operations.GalleriesOperations.begin_delete
name: begin_delete
summary: Deletes a gallery resource.
signature: 'async begin_delete(resource_group_name: str, dev_center_name: str, gallery_name:
str, **kwargs: Any) -> AsyncLROPoller[None]'
parameters:
- name: resource_group_name
description: 'The name of the resource group. The name is case insensitive.
Required.'
isRequired: true
types:
- <xref:str>
- name: dev_center_name
description: The name of the devcenter. Required.
isRequired: true
types:
- <xref:str>
- name: gallery_name
description: The name of the gallery. Required.
isRequired: true
types:
- <xref:str>
return:
description: An instance of AsyncLROPoller that returns either None or the result
of cls(response)
types:
- <xref:azure.core.polling.AsyncLROPoller>[<xref:None>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.devcenter.aio.operations.GalleriesOperations.get
name: get
summary: Gets a gallery.
signature: 'async get(resource_group_name: str, dev_center_name: str, gallery_name:
str, **kwargs: Any) -> Gallery'
parameters:
- name: resource_group_name
description: 'The name of the resource group. The name is case insensitive.
Required.'
isRequired: true
types:
- <xref:str>
- name: dev_center_name
description: The name of the devcenter. Required.
isRequired: true
types:
- <xref:str>
- name: gallery_name
description: The name of the gallery. Required.
isRequired: true
types:
- <xref:str>
return:
description: Gallery or the result of cls(response)
types:
- <xref:azure.mgmt.devcenter.models.Gallery>
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.devcenter.aio.operations.GalleriesOperations.list_by_dev_center
name: list_by_dev_center
summary: Lists galleries for a devcenter.
signature: 'list_by_dev_center(resource_group_name: str, dev_center_name: str, top:
int | None = None, **kwargs: Any) -> AsyncIterable[Gallery]'
parameters:
- name: resource_group_name
description: 'The name of the resource group. The name is case insensitive.
Required.'
isRequired: true
types:
- <xref:str>
- name: dev_center_name
description: The name of the devcenter. Required.
isRequired: true
types:
- <xref:str>
- name: top
description: 'The maximum number of resources to return from the operation. Example:
''$top=10''.
Default value is None.'
isRequired: true
types:
- <xref:int>
return:
description: An iterator like instance of either Gallery or the result of cls(response)
types:
- <xref:azure.core.async_paging.AsyncItemPaged>[<xref:azure.mgmt.devcenter.models.Gallery>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
attributes:
- uid: azure.mgmt.devcenter.aio.operations.GalleriesOperations.models
name: models
signature: models = <module 'azure.mgmt.devcenter.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\devcenter\\models\\__init__.py'>