Uses of Interface
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeMonitoringData
-
Packages that use IntegrationRuntimeMonitoringData Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeMonitoringData in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeMonitoringData Modifier and Type Method Description IntegrationRuntimeMonitoringData
IntegrationRuntimeResource. getMonitoringData()
Get the integration runtime monitoring data, which includes the monitor data for all the nodes under this integration runtime.IntegrationRuntimeMonitoringData
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.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeMonitoringData Modifier and Type Method Description com.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.
-