Interface IntegrationRuntimeMonitoringData
-
public interface IntegrationRuntimeMonitoringData
An immutable client-side representation of IntegrationRuntimeMonitoringData.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrationRuntimeMonitoringDataInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeMonitoringDataInner object.String
name()
Gets the name property: Integration runtime name.List<IntegrationRuntimeNodeMonitoringData>
nodes()
Gets the nodes property: Integration runtime node monitoring data.
-
-
-
Method Detail
-
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.
-
-