ManagedIntegrationRuntimeStatus Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeStatus - com.
azure. resourcemanager. synapse. models. ManagedIntegrationRuntimeStatus
- com.
- com.
public final class ManagedIntegrationRuntimeStatus
extends IntegrationRuntimeStatus
Managed integration runtime status.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedIntegrationRuntimeStatus() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
createTime()
Get the create |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Managed |
lastOperation()
Get the last |
|
List<Managed |
nodes()
Get the nodes property: The list of nodes for managed integration runtime. |
|
List<Managed |
otherErrors()
Get the other |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Integration |
type()
Get the type property: Type of integration runtime. |
| void |
validate()
Validates the instance. |
Methods inherited from IntegrationRuntimeStatus
Methods inherited from java.lang.Object
Constructor Details
ManagedIntegrationRuntimeStatus
public ManagedIntegrationRuntimeStatus()
Creates an instance of ManagedIntegrationRuntimeStatus class.
Method Details
createTime
public OffsetDateTime createTime()
Get the createTime property: The time at which the integration runtime was created, in ISO8601 format.
Returns:
fromJson
public static ManagedIntegrationRuntimeStatus fromJson(JsonReader jsonReader)
Reads an instance of ManagedIntegrationRuntimeStatus from the JsonReader.
Parameters:
Returns:
Throws:
lastOperation
public ManagedIntegrationRuntimeOperationResult lastOperation()
Get the lastOperation property: The last operation result that occurred on this integration runtime.
Returns:
nodes
public List<ManagedIntegrationRuntimeNode> nodes()
Get the nodes property: The list of nodes for managed integration runtime.
Returns:
otherErrors
public List<ManagedIntegrationRuntimeError> otherErrors()
Get the otherErrors property: The errors that occurred on this integration runtime.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedIntegrationRuntimeStatus.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public IntegrationRuntimeType type()
Get the type property: Type of integration runtime.
Overrides:
ManagedIntegrationRuntimeStatus.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ManagedIntegrationRuntimeStatus.validate()