IntegrationRuntimeStatusOperations interface   
Interface representing a IntegrationRuntimeStatusOperations.
Methods
| get(string, string, string, Integration | 
	Get the integration runtime status  | 
Method Details
		get(string, string, string, IntegrationRuntimeStatusGetOptionalParams)
	     
	Get the integration runtime status
function get(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeStatusGetOptionalParams): Promise<IntegrationRuntimeStatusResponse>
				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
The options parameters.
Returns
Promise<IntegrationRuntimeStatusResponse>