Interface IntegrationRuntimeMonitoringData
public interface IntegrationRuntimeMonitoringData
An immutable client-side representation of IntegrationRuntimeMonitoringData.
-
Method Details
-
name
String name()Gets the name property: Integration runtime name.- Returns:
- the name value.
-
nodes
List<IntegrationRuntimeNodeMonitoringData> nodes()Gets the nodes property: Integration runtime node monitoring data.- Returns:
- the nodes value.
-
innerModel
IntegrationRuntimeMonitoringDataInner innerModel()Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeMonitoringDataInner object.- Returns:
- the inner object.
-