Class IntegrationRuntimeStatusResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeStatusResponseInner
-
public final class IntegrationRuntimeStatusResponseInner extends Object
Integration runtime status response.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeStatusResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: The integration runtime name.IntegrationRuntimeStatus
properties()
Get the properties property: Integration runtime properties.void
validate()
Validates the instance.IntegrationRuntimeStatusResponseInner
withProperties(IntegrationRuntimeStatus properties)
Set the properties property: Integration runtime properties.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The integration runtime name.- Returns:
- the name value.
-
properties
public IntegrationRuntimeStatus properties()
Get the properties property: Integration runtime properties.- Returns:
- the properties value.
-
withProperties
public IntegrationRuntimeStatusResponseInner withProperties(IntegrationRuntimeStatus properties)
Set the properties property: Integration runtime properties.- Parameters:
properties
- the properties value to set.- Returns:
- the IntegrationRuntimeStatusResponseInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-