-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations.yml
194 lines (173 loc) · 7.67 KB
/
azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations.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
183
184
185
186
187
188
189
190
191
192
193
194
### YamlMime:PythonClass
uid: azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations
name: OpenShiftManagedClustersOperations
fullName: azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations
module: azure.mgmt.containerservice.v2019_04_30.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.containerservice.v2019_04_30.aio.ContainerServiceClient>'s\n\
>\n> <xref:open_shift_managed_clusters> attribute.\n>"
constructor:
syntax: OpenShiftManagedClustersOperations(*args, **kwargs)
methods:
- uid: azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations.begin_create_or_update
name: begin_create_or_update
summary: 'Creates or updates an OpenShift managed cluster.
Creates or updates a OpenShift managed cluster with the specified configuration
for agents and
OpenShift version.'
signature: 'async begin_create_or_update(resource_group_name: str, resource_name:
str, parameters: _models.OpenShiftManagedCluster, *, content_type: str = ''application/json'',
**kwargs: Any) -> AsyncLROPoller[_models.OpenShiftManagedCluster]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: resource_name
description: The name of the OpenShift managed cluster resource. Required.
isRequired: true
types:
- <xref:str>
- name: parameters
description: 'Parameters supplied to the Create or Update an OpenShift Managed
Cluster
operation. Is either a OpenShiftManagedCluster type or a IO[bytes] type. Required.'
isRequired: true
types:
- <xref:azure.mgmt.containerservice.v2019_04_30.models.OpenShiftManagedCluster>
- <xref:typing.IO>[<xref:bytes>]
return:
description: 'An instance of AsyncLROPoller that returns either OpenShiftManagedCluster
or the
result of cls(response)'
types:
- <xref:azure.core.polling.AsyncLROPoller>[<xref:azure.mgmt.containerservice.v2019_04_30.models.OpenShiftManagedCluster>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations.begin_delete
name: begin_delete
summary: 'Deletes an OpenShift managed cluster.
Deletes the OpenShift managed cluster with a specified resource group and name.'
signature: 'async begin_delete(resource_group_name: str, resource_name: str, **kwargs:
Any) -> AsyncLROPoller[None]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: resource_name
description: The name of the OpenShift managed cluster resource. 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.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations.begin_update_tags
name: begin_update_tags
summary: 'Updates tags on an OpenShift managed cluster.
Updates an OpenShift managed cluster with the specified tags.'
signature: 'async begin_update_tags(resource_group_name: str, resource_name: str,
parameters: _models.TagsObject, *, content_type: str = ''application/json'', **kwargs:
Any) -> AsyncLROPoller[_models.OpenShiftManagedCluster]'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: resource_name
description: The name of the OpenShift managed cluster resource. Required.
isRequired: true
types:
- <xref:str>
- name: parameters
description: 'Parameters supplied to the Update OpenShift Managed Cluster Tags
operation.
Is either a TagsObject type or a IO[bytes] type. Required.'
isRequired: true
types:
- <xref:azure.mgmt.containerservice.v2019_04_30.models.TagsObject>
- <xref:typing.IO>[<xref:bytes>]
return:
description: 'An instance of AsyncLROPoller that returns either OpenShiftManagedCluster
or the
result of cls(response)'
types:
- <xref:azure.core.polling.AsyncLROPoller>[<xref:azure.mgmt.containerservice.v2019_04_30.models.OpenShiftManagedCluster>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations.get
name: get
summary: 'Gets a OpenShift managed cluster.
Gets the details of the managed OpenShift cluster with a specified resource group
and name.'
signature: 'async get(resource_group_name: str, resource_name: str, **kwargs: Any)
-> OpenShiftManagedCluster'
parameters:
- name: resource_group_name
description: The name of the resource group. Required.
isRequired: true
types:
- <xref:str>
- name: resource_name
description: The name of the OpenShift managed cluster resource. Required.
isRequired: true
types:
- <xref:str>
return:
description: OpenShiftManagedCluster or the result of cls(response)
types:
- <xref:azure.mgmt.containerservice.v2019_04_30.models.OpenShiftManagedCluster>
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations.list
name: list
summary: 'Gets a list of OpenShift managed clusters in the specified subscription.
Gets a list of OpenShift managed clusters in the specified subscription. The operation
returns
properties of each OpenShift managed cluster.'
signature: 'list(**kwargs: Any) -> AsyncIterable[OpenShiftManagedCluster]'
return:
description: 'An iterator like instance of either OpenShiftManagedCluster or the
result of
cls(response)'
types:
- <xref:azure.core.async_paging.AsyncItemPaged>[<xref:azure.mgmt.containerservice.v2019_04_30.models.OpenShiftManagedCluster>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
- uid: azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations.list_by_resource_group
name: list_by_resource_group
summary: 'Lists OpenShift managed clusters in the specified subscription and resource
group.
Lists OpenShift managed clusters in the specified subscription and resource group.
The
operation returns properties of each OpenShift managed cluster.'
signature: 'list_by_resource_group(resource_group_name: str, **kwargs: Any) -> AsyncIterable[OpenShiftManagedCluster]'
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 OpenShiftManagedCluster or the
result of
cls(response)'
types:
- <xref:azure.core.async_paging.AsyncItemPaged>[<xref:azure.mgmt.containerservice.v2019_04_30.models.OpenShiftManagedCluster>]
exceptions:
- type: azure.core.exceptions.HttpResponseError
attributes:
- uid: azure.mgmt.containerservice.v2019_04_30.aio.operations.OpenShiftManagedClustersOperations.models
name: models
signature: models = <module 'azure.mgmt.containerservice.v2019_04_30.models' from
'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\containerservice\\v2019_04_30\\models\\__init__.py'>