Class IntegrationRuntimeStatusResponseInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeStatusResponseInner
Integration runtime status response.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeStatusResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name property: The integration runtime name.Get the properties property: Integration runtime properties.void
validate()
Validates the instance.withProperties
(IntegrationRuntimeStatus properties) Set the properties property: Integration runtime properties.
-
Constructor Details
-
IntegrationRuntimeStatusResponseInner
public IntegrationRuntimeStatusResponseInner()Creates an instance of IntegrationRuntimeStatusResponseInner class.
-
-
Method Details
-
name
Get the name property: The integration runtime name.- Returns:
- the name value.
-
properties
Get the properties property: Integration runtime properties.- Returns:
- the properties value.
-
withProperties
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.
-