|
226 | 226 | } |
227 | 227 | } |
228 | 228 | }, |
| 229 | + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/pause": { |
| 230 | + "post": { |
| 231 | + "tags": [ |
| 232 | + "SqlPoolsV3" |
| 233 | + ], |
| 234 | + "description": "Deactivates the SqlPool.", |
| 235 | + "operationId": "SqlPoolsV3_Deactivate", |
| 236 | + "parameters": [ |
| 237 | + { |
| 238 | + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" |
| 239 | + }, |
| 240 | + { |
| 241 | + "$ref": "../../../../common/v1/types.json#/parameters/WorkspaceNameParameter" |
| 242 | + }, |
| 243 | + { |
| 244 | + "$ref": "../../../../common/v1/types.json#/parameters/SqlPoolNameParameter" |
| 245 | + }, |
| 246 | + { |
| 247 | + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" |
| 248 | + }, |
| 249 | + { |
| 250 | + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" |
| 251 | + } |
| 252 | + ], |
| 253 | + "responses": { |
| 254 | + "202": { |
| 255 | + "description": "Pausing the SqlPool is in progress." |
| 256 | + }, |
| 257 | + "204": { |
| 258 | + "description": "The specified SqlPool does not exist." |
| 259 | + }, |
| 260 | + "default": { |
| 261 | + "schema": { |
| 262 | + "$ref": "../../../../common/v1/types.json#/definitions/ErrorContract" |
| 263 | + }, |
| 264 | + "description": "" |
| 265 | + } |
| 266 | + }, |
| 267 | + "x-ms-long-running-operation": true, |
| 268 | + "x-ms-examples": { |
| 269 | + "Deactivates a sqlpool.": { |
| 270 | + "$ref": "./examples/PostSqlPoolDeactivate.json" |
| 271 | + } |
| 272 | + } |
| 273 | + } |
| 274 | + }, |
| 275 | + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/resume": { |
| 276 | + "post": { |
| 277 | + "tags": [ |
| 278 | + "SqlPoolsV3" |
| 279 | + ], |
| 280 | + "description": "Activates the SqlPool.", |
| 281 | + "operationId": "SqlPoolsV3_Activate", |
| 282 | + "parameters": [ |
| 283 | + { |
| 284 | + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter" |
| 285 | + }, |
| 286 | + { |
| 287 | + "$ref": "../../../../common/v1/types.json#/parameters/WorkspaceNameParameter" |
| 288 | + }, |
| 289 | + { |
| 290 | + "$ref": "../../../../common/v1/types.json#/parameters/SqlPoolNameParameter" |
| 291 | + }, |
| 292 | + { |
| 293 | + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter" |
| 294 | + }, |
| 295 | + { |
| 296 | + "$ref": "../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter" |
| 297 | + } |
| 298 | + ], |
| 299 | + "responses": { |
| 300 | + "202": { |
| 301 | + "description": "Resuming the SqlPool is in progress." |
| 302 | + }, |
| 303 | + "204": { |
| 304 | + "description": "The specified SqlPool does not exist." |
| 305 | + }, |
| 306 | + "default": { |
| 307 | + "schema": { |
| 308 | + "$ref": "../../../../common/v1/types.json#/definitions/ErrorContract" |
| 309 | + }, |
| 310 | + "description": "" |
| 311 | + } |
| 312 | + }, |
| 313 | + "x-ms-long-running-operation": true, |
| 314 | + "x-ms-examples": { |
| 315 | + "Activate a sqlpool.": { |
| 316 | + "$ref": "./examples/PostSqlPoolActivate.json" |
| 317 | + } |
| 318 | + } |
| 319 | + } |
| 320 | + }, |
229 | 321 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools": { |
230 | 322 | "get": { |
231 | 323 | "tags": [ |
|
0 commit comments