IntegrationRuntimeMonitoringDataOperations interface
Interface representing a IntegrationRuntimeMonitoringDataOperations.
Methods
list(string, string, string, Integration |
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
The options parameters.
Returns
Promise<IntegrationRuntimeMonitoringData>
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