Get interface
Interface representing a Get.
Methods
| integration | 
	Get an integration runtime enable interactivequery operation status  | 
| integration | 
	Get an integration runtime start operation status  | 
| integration | 
	Get an integration runtime stop operation status  | 
Method Details
		integrationRuntimeEnableInteractivequery(string, string, string, string, GetIntegrationRuntimeEnableInteractivequeryOptionalParams)
	         
	Get an integration runtime enable interactivequery operation status
function integrationRuntimeEnableInteractivequery(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeEnableInteractivequeryOptionalParams): Promise<IntegrationRuntimeEnableinteractivequery>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
The name of the workspace.
- integrationRuntimeName
 - 
				
string
 
Integration runtime name
- integrationRuntimeOperationId
 - 
				
string
 
Integration runtime Operation Id
The options parameters.
Returns
		integrationRuntimeStart(string, string, string, string, GetIntegrationRuntimeStartOptionalParams)
	       
	Get an integration runtime start operation status
function integrationRuntimeStart(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeStartOptionalParams): Promise<IntegrationRuntimeOperationStatus>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
The name of the workspace.
- integrationRuntimeName
 - 
				
string
 
Integration runtime name
- integrationRuntimeOperationId
 - 
				
string
 
Integration runtime Operation Id
The options parameters.
Returns
Promise<IntegrationRuntimeOperationStatus>
		integrationRuntimeStop(string, string, string, string, GetIntegrationRuntimeStopOptionalParams)
	       
	Get an integration runtime stop operation status
function integrationRuntimeStop(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, integrationRuntimeOperationId: string, options?: GetIntegrationRuntimeStopOptionalParams): Promise<IntegrationRuntimeStopOperationStatus>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
The name of the workspace.
- integrationRuntimeName
 - 
				
string
 
Integration runtime name
- integrationRuntimeOperationId
 - 
				
string
 
Integration runtime Operation Id
The options parameters.