Class ManagedIntegrationRuntimeStatus
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeStatus
-
- com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntimeStatus
-
public final class ManagedIntegrationRuntimeStatus extends IntegrationRuntimeStatus
Managed integration runtime status.
-
-
Constructor Summary
Constructors Constructor Description ManagedIntegrationRuntimeStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
createTime()
Get the createTime property: The time at which the integration runtime was created, in ISO8601 format.ManagedIntegrationRuntimeOperationResult
lastOperation()
Get the lastOperation property: The last operation result that occurred on this integration runtime.List<ManagedIntegrationRuntimeNode>
nodes()
Get the nodes property: The list of nodes for managed integration runtime.List<ManagedIntegrationRuntimeError>
otherErrors()
Get the otherErrors property: The errors that occurred on this integration runtime.void
validate()
Validates the instance.-
Methods inherited from class com.azure.resourcemanager.datafactory.models.IntegrationRuntimeStatus
additionalProperties, dataFactoryName, state, withAdditionalProperties
-
-
-
-
Method Detail
-
createTime
public OffsetDateTime createTime()
Get the createTime property: The time at which the integration runtime was created, in ISO8601 format.- Returns:
- the createTime value.
-
nodes
public List<ManagedIntegrationRuntimeNode> nodes()
Get the nodes property: The list of nodes for managed integration runtime.- Returns:
- the nodes value.
-
otherErrors
public List<ManagedIntegrationRuntimeError> otherErrors()
Get the otherErrors property: The errors that occurred on this integration runtime.- Returns:
- the otherErrors value.
-
lastOperation
public ManagedIntegrationRuntimeOperationResult lastOperation()
Get the lastOperation property: The last operation result that occurred on this integration runtime.- Returns:
- the lastOperation value.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classIntegrationRuntimeStatus
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-