Class ManagedIntegrationRuntimeNode
java.lang.Object
com.azure.resourcemanager.datafactory.models.ManagedIntegrationRuntimeNode
Properties of integration runtime node.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ManagedIntegrationRuntimeNode class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Properties of integration runtime node.errors()
Get the errors property: The errors that occurred on this integration runtime node.nodeId()
Get the nodeId property: The managed integration runtime node id.status()
Get the status property: The managed integration runtime node status.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Properties of integration runtime node.withErrors
(List<ManagedIntegrationRuntimeError> errors) Set the errors property: The errors that occurred on this integration runtime node.
-
Constructor Details
-
ManagedIntegrationRuntimeNode
public ManagedIntegrationRuntimeNode()Creates an instance of ManagedIntegrationRuntimeNode class.
-
-
Method Details
-
nodeId
Get the nodeId property: The managed integration runtime node id.- Returns:
- the nodeId value.
-
status
Get the status property: The managed integration runtime node status.- Returns:
- the status value.
-
errors
Get the errors property: The errors that occurred on this integration runtime node.- Returns:
- the errors value.
-
withErrors
Set the errors property: The errors that occurred on this integration runtime node.- Parameters:
errors
- the errors value to set.- Returns:
- the ManagedIntegrationRuntimeNode object itself.
-
additionalProperties
Get the additionalProperties property: Properties of integration runtime node.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public ManagedIntegrationRuntimeNode withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Properties of integration runtime node.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the ManagedIntegrationRuntimeNode object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-