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.datafactory.fluent.models.IntegrationRuntimeMonitoringDataInner object.

abstract String name()

Gets the name property: Integration runtime name.

abstract List<IntegrationRuntimeNodeMonitoringData> nodes()

Gets the nodes property: Integration runtime node monitoring data.

Method Details

innerModel

public abstract IntegrationRuntimeMonitoringDataInner innerModel()

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

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Integration runtime name.

Returns:

the name value.

nodes

public abstract List nodes()

Gets the nodes property: Integration runtime node monitoring data.

Returns:

the nodes value.

Applies to