Skip to main content

get

Creates, updates, deletes, gets or lists a get resource.

Overview

Nameget
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
integration_runtime_startexecresource_group_name, workspace_name, integration_runtime_name, integration_runtime_operation_id, subscription_idGet integration runtime start operation status. Get an integration runtime start operation status.
integration_runtime_stopexecresource_group_name, workspace_name, integration_runtime_name, integration_runtime_operation_id, subscription_idGet integration runtime stop operation status. Get an integration runtime stop operation status.
integration_runtime_enable_interactivequeryexecresource_group_name, workspace_name, integration_runtime_name, integration_runtime_operation_id, subscription_idGet 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.

NameDatatypeDescription
integration_runtime_namestringIntegration runtime name. Required.
integration_runtime_operation_idstringIntegration runtime Operation Id. Required.
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
subscription_idstring
workspace_namestringThe name of the workspace. Required.

Lifecycle Methods

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
;