IntegrationRuntimeMonitoringData Interface

public interface IntegrationRuntimeMonitoringData

An immutable client-side representation of IntegrationRuntimeMonitoringData.

Method Summary

Modifier and Type Method and Description
abstract IntegrationRuntimeMonitoringDataInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.IntegrationRuntimeMonitoringDataInner object.

abstract String name()

Gets the name property: The name of Integration Runtime.

abstract List<NodeMonitoringData> 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:

the inner object.

name

public abstract String name()

Gets the name property: The name of Integration Runtime.

Returns:

the name value.

nodes

public abstract List<NodeMonitoringData> nodes()

Gets the nodes property: Integration Runtime node monitoring data.

Returns:

the nodes value.

Applies to