Class IntegrationRuntimeUpdateResult
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeUpdateResult>
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeUpdateResult
public final class IntegrationRuntimeUpdateResult
extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeUpdateResult>
The result of the last integration runtime node update.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IntegrationRuntimeUpdateResult
Static value Fail for IntegrationRuntimeUpdateResult.static final IntegrationRuntimeUpdateResult
Static value None for IntegrationRuntimeUpdateResult.static final IntegrationRuntimeUpdateResult
Static value Succeed for IntegrationRuntimeUpdateResult. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a IntegrationRuntimeUpdateResult from its string representation.values()
Gets known IntegrationRuntimeUpdateResult values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for IntegrationRuntimeUpdateResult. -
SUCCEED
Static value Succeed for IntegrationRuntimeUpdateResult. -
FAIL
Static value Fail for IntegrationRuntimeUpdateResult.
-
-
Constructor Details
-
IntegrationRuntimeUpdateResult
Deprecated.Use thefromString(String)
factory method.Creates a new instance of IntegrationRuntimeUpdateResult value.
-
-
Method Details
-
fromString
Creates or finds a IntegrationRuntimeUpdateResult from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IntegrationRuntimeUpdateResult.
-
values
Gets known IntegrationRuntimeUpdateResult values.- Returns:
- known IntegrationRuntimeUpdateResult values.
-
fromString(String)
factory method.