IntegrationRuntimeMonitoringDataOperations interface

Interface representing a IntegrationRuntimeMonitoringDataOperations.

Methods

list(string, string, string, IntegrationRuntimeMonitoringDataListOptionalParams)

Get monitoring data for an integration runtime

Method Details

list(string, string, string, IntegrationRuntimeMonitoringDataListOptionalParams)

Get monitoring data for an integration runtime

function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeMonitoringDataListOptionalParams): Promise<IntegrationRuntimeMonitoringData>

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

options
IntegrationRuntimeMonitoringDataListOptionalParams

The options parameters.

Returns