Class IntegrationRuntimeMonitoringDataInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeMonitoringDataInner
Get monitoring data response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name property: Integration runtime name.nodes()
Get the nodes property: Integration runtime node monitoring data.void
validate()
Validates the instance.Set the name property: Integration runtime name.Set the nodes property: Integration runtime node monitoring data.
-
Constructor Details
-
IntegrationRuntimeMonitoringDataInner
public IntegrationRuntimeMonitoringDataInner()
-
-
Method Details
-
name
Get the name property: Integration runtime name.- Returns:
- the name value.
-
withName
Set the name property: Integration runtime name.- Parameters:
name
- the name value to set.- Returns:
- the IntegrationRuntimeMonitoringDataInner object itself.
-
nodes
Get the nodes property: Integration runtime node monitoring data.- Returns:
- the nodes value.
-
withNodes
public IntegrationRuntimeMonitoringDataInner withNodes(List<IntegrationRuntimeNodeMonitoringData> nodes) Set the nodes property: Integration runtime node monitoring data.- Parameters:
nodes
- the nodes value to set.- Returns:
- the IntegrationRuntimeMonitoringDataInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-