ManagedIntegrationRuntimeNode Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. ManagedIntegrationRuntimeNode
- com.
Implements
public final class ManagedIntegrationRuntimeNode
implements JsonSerializable<ManagedIntegrationRuntimeNode>
Properties of integration runtime node.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedIntegrationRuntimeNode() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
List<Managed |
errors()
Get the errors property: The errors that occurred on this integration runtime node. |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
nodeId()
Get the node |
|
Managed |
status()
Get the status property: The managed integration runtime node status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Managed |
withErrors(List<ManagedIntegrationRuntimeError> errors)
Set the errors property: The errors that occurred on this integration runtime node. |
Methods inherited from java.lang.Object
Constructor Details
ManagedIntegrationRuntimeNode
public ManagedIntegrationRuntimeNode()
Creates an instance of ManagedIntegrationRuntimeNode class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Properties of integration runtime node.
Returns:
errors
public List<ManagedIntegrationRuntimeError> errors()
Get the errors property: The errors that occurred on this integration runtime node.
Returns:
fromJson
public static ManagedIntegrationRuntimeNode fromJson(JsonReader jsonReader)
Reads an instance of ManagedIntegrationRuntimeNode from the JsonReader.
Parameters:
Returns:
Throws:
nodeId
public String nodeId()
Get the nodeId property: The managed integration runtime node id.
Returns:
status
public ManagedIntegrationRuntimeNodeStatus status()
Get the status property: The managed integration runtime node status.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public ManagedIntegrationRuntimeNode withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Properties of integration runtime node.
Parameters:
Returns:
withErrors
public ManagedIntegrationRuntimeNode withErrors(List<ManagedIntegrationRuntimeError> errors)
Set the errors property: The errors that occurred on this integration runtime node.
Parameters:
Returns: