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: Integration runtime name. |
|
abstract
List<Integration |
nodes()
Gets the nodes property: Integration runtime node monitoring data. |
Method Details
innerModel
public abstract IntegrationRuntimeMonitoringDataInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeMonitoringDataInner object.
Returns:
name
public abstract String name()
Gets the name property: Integration runtime name.
Returns:
nodes
public abstract List<IntegrationRuntimeNodeMonitoringData> nodes()
Gets the nodes property: Integration runtime node monitoring data.
Returns: