get
Creates, updates, deletes, gets or lists a get resource.
Overview
| Name | get |
| Type | Resource |
| Id | azure.synapse.get |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
integration_runtime_start | exec | resource_group_name, workspace_name, integration_runtime_name, integration_runtime_operation_id, subscription_id | Get integration runtime start operation status. Get an integration runtime start operation status. | |
integration_runtime_stop | exec | resource_group_name, workspace_name, integration_runtime_name, integration_runtime_operation_id, subscription_id | Get integration runtime stop operation status. Get an integration runtime stop operation status. | |
integration_runtime_enable_interactivequery | exec | resource_group_name, workspace_name, integration_runtime_name, integration_runtime_operation_id, subscription_id | Get integration runtime enable interactivequery operation status. Get an integration runtime enable interactivequery operation status. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
integration_runtime_name | string | Integration runtime name. Required. |
integration_runtime_operation_id | string | Integration runtime Operation Id. Required. |
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
subscription_id | string | |
workspace_name | string | The name of the workspace. Required. |
Lifecycle Methods
- integration_runtime_start
- integration_runtime_stop
- integration_runtime_enable_interactivequery
Get integration runtime start operation status. Get an integration runtime start operation status.
EXEC azure.synapse.get.integration_runtime_start
@resource_group_name='{{ resource_group_name }}' --required,
@workspace_name='{{ workspace_name }}' --required,
@integration_runtime_name='{{ integration_runtime_name }}' --required,
@integration_runtime_operation_id='{{ integration_runtime_operation_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;
Get integration runtime stop operation status. Get an integration runtime stop operation status.
EXEC azure.synapse.get.integration_runtime_stop
@resource_group_name='{{ resource_group_name }}' --required,
@workspace_name='{{ workspace_name }}' --required,
@integration_runtime_name='{{ integration_runtime_name }}' --required,
@integration_runtime_operation_id='{{ integration_runtime_operation_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;
Get integration runtime enable interactivequery operation status. Get an integration runtime enable interactivequery operation status.
EXEC azure.synapse.get.integration_runtime_enable_interactivequery
@resource_group_name='{{ resource_group_name }}' --required,
@workspace_name='{{ workspace_name }}' --required,
@integration_runtime_name='{{ integration_runtime_name }}' --required,
@integration_runtime_operation_id='{{ integration_runtime_operation_id }}' --required,
@subscription_id='{{ subscription_id }}' --required
;