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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript