-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
managedPrivateEndpoints.json
316 lines (316 loc) · 9.1 KB
/
managedPrivateEndpoints.json
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
{
"swagger": "2.0",
"info": {
"version": "2020-12-01",
"title": "VnetClient"
},
"x-ms-parameterized-host": {
"hostTemplate": "{endpoint}",
"useSchemePrefix": false,
"parameters": [
{
"$ref": "#/parameters/Endpoint"
}
]
},
"schemes": [
"https"
],
"paths": {
"/managedVirtualNetworks/{managedVirtualNetworkName}/managedPrivateEndpoints/{managedPrivateEndpointName}": {
"get": {
"tags": [
"ManagedPrivateEndpoints"
],
"operationId": "ManagedPrivateEndpoints_Get",
"description": "Get Managed Private Endpoints",
"consumes": [],
"produces": [
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/ManagedVirtualNetworkNameParameter"
},
{
"$ref": "#/parameters/ManagedPrivateEndpointNameParameter"
}
],
"responses": {
"200": {
"schema": {
"$ref": "#/definitions/ManagedPrivateEndpoint"
},
"description": ""
}
},
"x-ms-examples": {
"Get a managed private endpoint": {
"$ref": "./examples/GetManagedPrivateEndpoint.json"
}
}
},
"put": {
"tags": [
"ManagedPrivateEndpoints"
],
"operationId": "ManagedPrivateEndpoints_Create",
"description": "Create Managed Private Endpoints",
"consumes": [],
"produces": [
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/ManagedVirtualNetworkNameParameter"
},
{
"$ref": "#/parameters/ManagedPrivateEndpointNameParameter"
},
{
"name": "managedPrivateEndpoint",
"in": "body",
"required": true,
"description": "Managed private endpoint properties.",
"schema": {
"$ref": "#/definitions/ManagedPrivateEndpoint"
}
}
],
"responses": {
"200": {
"schema": {
"$ref": "#/definitions/ManagedPrivateEndpoint"
},
"description": ""
}
},
"x-ms-examples": {
"Create a managed private endpoint": {
"$ref": "./examples/CreateManagedPrivateEndpoint.json"
}
}
},
"delete": {
"tags": [
"ManagedPrivateEndpoints"
],
"operationId": "ManagedPrivateEndpoints_Delete",
"description": "Delete Managed Private Endpoints",
"consumes": [],
"produces": [
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/ManagedVirtualNetworkNameParameter"
},
{
"$ref": "#/parameters/ManagedPrivateEndpointNameParameter"
}
],
"responses": {
"202": {
"description": "Accepted"
},
"204": {
"description": "Already deleted"
}
},
"x-ms-examples": {
"Delete a managed private endpoint": {
"$ref": "./examples/DeleteManagedPrivateEndpoint.json"
}
}
}
},
"/managedVirtualNetworks/{managedVirtualNetworkName}/managedPrivateEndpoints": {
"get": {
"tags": [
"ManagedPrivateEndpoints"
],
"operationId": "ManagedPrivateEndpoints_List",
"description": "List Managed Private Endpoints",
"consumes": [],
"produces": [
"application/json"
],
"parameters": [
{
"$ref": "#/parameters/ApiVersionParameter"
},
{
"$ref": "#/parameters/ManagedVirtualNetworkNameParameter"
}
],
"responses": {
"200": {
"schema": {
"$ref": "#/definitions/ManagedPrivateEndpointListResponse"
},
"description": ""
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List managed private endpoints": {
"$ref": "./examples/ListManagedPrivateEndpoints.json"
}
}
}
}
},
"definitions": {
"ManagedPrivateEndpointListResponse": {
"description": "A list of managed private endpoints",
"type": "object",
"properties": {
"value": {
"type": "array",
"description": "List of managed private endpoints",
"items": {
"$ref": "#/definitions/ManagedPrivateEndpoint"
}
},
"nextLink": {
"description": "The link to the next page of results, if any remaining results exist.",
"type": "string",
"readOnly": true
}
}
},
"ManagedPrivateEndpoint": {
"description": "Managed private endpoint",
"type": "object",
"properties": {
"id": {
"readOnly": true,
"type": "string",
"description": "Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
},
"name": {
"readOnly": true,
"type": "string",
"description": "The name of the resource"
},
"type": {
"readOnly": true,
"type": "string",
"description": "The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts."
},
"properties": {
"$ref": "#/definitions/ManagedPrivateEndpointProperties",
"description": "Managed private endpoint properties"
}
}
},
"ManagedPrivateEndpointProperties": {
"description": "Properties of a managed private endpoint",
"type": "object",
"properties": {
"name": {
"description": "The name of managed private endpoint",
"type": "string"
},
"privateLinkResourceId": {
"description": "The ARM resource ID of the resource to which the managed private endpoint is created",
"type": "string"
},
"groupId": {
"description": "The groupId to which the managed private endpoint is created",
"type": "string"
},
"provisioningState": {
"description": "The managed private endpoint provisioning state",
"type": "string",
"readOnly": true
},
"connectionState": {
"description": "The managed private endpoint connection state",
"$ref": "#/definitions/ManagedPrivateEndpointConnectionState"
},
"isReserved": {
"description": "Denotes whether the managed private endpoint is reserved",
"type": "boolean",
"readOnly": true
},
"fqdns": {
"description": "List of fully qualified domain names",
"type": "array",
"items": {
"type": "string"
}
},
"isCompliant": {
"description": "Denotes whether the managed private endpoint is compliant",
"type": "boolean"
}
}
},
"ManagedPrivateEndpointConnectionState": {
"description": "The connection state of a managed private endpoint",
"type": "object",
"properties": {
"status": {
"description": "The approval status",
"type": "string",
"readOnly": true
},
"description": {
"description": "The managed private endpoint description",
"type": "string"
},
"actionsRequired": {
"description": "The actions required on the managed private endpoint",
"type": "string"
}
}
}
},
"parameters": {
"Endpoint": {
"name": "endpoint",
"description": "The workspace development endpoint, for example https://myworkspace.dev.azuresynapse.net.",
"required": true,
"type": "string",
"in": "path",
"x-ms-skip-url-encoding": true,
"x-ms-parameter-location": "client"
},
"ApiVersionParameter": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "The Synapse client API Version."
},
"ManagedVirtualNetworkNameParameter": {
"name": "managedVirtualNetworkName",
"in": "path",
"required": true,
"type": "string",
"x-ms-client-default": "default",
"description": "Managed virtual network name",
"x-ms-parameter-location": "method"
},
"ManagedPrivateEndpointNameParameter": {
"name": "managedPrivateEndpointName",
"in": "path",
"required": true,
"type": "string",
"description": "Managed private endpoint name",
"x-ms-parameter-location": "method"
}
}
}