IntegrationRuntimeStatus Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeStatus
- com.
Implements
public class IntegrationRuntimeStatus
implements JsonSerializable<IntegrationRuntimeStatus>
Integration runtime status.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeStatus() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
dataFactoryName()
Get the data |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Integration |
state()
Get the state property: The state of integration runtime. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Integration |
type()
Get the type property: Type of integration runtime. |
| void |
validate()
Validates the instance. |
|
Integration |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeStatus
public IntegrationRuntimeStatus()
Creates an instance of IntegrationRuntimeStatus class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Integration runtime status.
Returns:
dataFactoryName
public String dataFactoryName()
Get the dataFactoryName property: The workspace name which the integration runtime belong to.
Returns:
fromJson
public static IntegrationRuntimeStatus fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeStatus from the JsonReader.
Parameters:
Returns:
Throws:
state
public IntegrationRuntimeState state()
Get the state property: The state of integration runtime.
Returns:
toJson
type
public IntegrationRuntimeType type()
Get the type property: Type of integration runtime.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public IntegrationRuntimeStatus withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Integration runtime status.
Parameters:
Returns: