Uses of Interface
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeMonitoringData
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeMonitoringData in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeResource.getMonitoringData()
Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.IntegrationRuntimes.getMonitoringData
(String resourceGroupName, String factoryName, String integrationRuntimeName) Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<IntegrationRuntimeMonitoringData>
IntegrationRuntimeResource.getMonitoringDataWithResponse
(com.azure.core.util.Context context) Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeMonitoringData>
IntegrationRuntimes.getMonitoringDataWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, com.azure.core.util.Context context) Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.