Class IntegrationRuntimeStatus
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeStatus
-
- Direct Known Subclasses:
ManagedIntegrationRuntimeStatus
,SelfHostedIntegrationRuntimeStatus
public class IntegrationRuntimeStatus extends Object
Integration runtime status.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Integration runtime status.String
dataFactoryName()
Get the dataFactoryName property: The data factory name which the integration runtime belong to.IntegrationRuntimeState
state()
Get the state property: The state of integration runtime.void
validate()
Validates the instance.IntegrationRuntimeStatus
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Integration runtime status.
-
-
-
Method Detail
-
dataFactoryName
public String dataFactoryName()
Get the dataFactoryName property: The data factory name which the integration runtime belong to.- Returns:
- the dataFactoryName value.
-
state
public IntegrationRuntimeState state()
Get the state property: The state of integration runtime.- Returns:
- the state value.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Integration runtime status.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public IntegrationRuntimeStatus withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Integration runtime status.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the IntegrationRuntimeStatus object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-