Class IntegrationRuntimeAutoUpdate
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeAutoUpdate>
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeAutoUpdate
public final class IntegrationRuntimeAutoUpdate
extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeAutoUpdate>
The state of integration runtime auto update.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IntegrationRuntimeAutoUpdate
Static value Off for IntegrationRuntimeAutoUpdate.static final IntegrationRuntimeAutoUpdate
Static value On for IntegrationRuntimeAutoUpdate. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntegrationRuntimeAutoUpdate
fromString
(String name) Creates or finds a IntegrationRuntimeAutoUpdate from its string representation.values()
Gets known IntegrationRuntimeAutoUpdate values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ON
Static value On for IntegrationRuntimeAutoUpdate. -
OFF
Static value Off for IntegrationRuntimeAutoUpdate.
-
-
Constructor Details
-
IntegrationRuntimeAutoUpdate
Deprecated.Use thefromString(String)
factory method.Creates a new instance of IntegrationRuntimeAutoUpdate value.
-
-
Method Details
-
fromString
Creates or finds a IntegrationRuntimeAutoUpdate from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IntegrationRuntimeAutoUpdate.
-
values
Gets known IntegrationRuntimeAutoUpdate values.- Returns:
- known IntegrationRuntimeAutoUpdate values.
-
fromString(String)
factory method.