IntegrationRuntimeMonitoringData Interface
public interface IntegrationRuntimeMonitoringData
An immutable client-side representation of IntegrationRuntimeMonitoringData.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Integration |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of Integration Runtime. |
|
abstract
List<Node |
nodes()
Gets the nodes property: Integration Runtime node monitoring data. |
Method Details
innerModel
public abstract IntegrationRuntimeMonitoringDataInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.IntegrationRuntimeMonitoringDataInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of Integration Runtime.
Returns:
nodes
public abstract List<NodeMonitoringData> nodes()
Gets the nodes property: Integration Runtime node monitoring data.
Returns: