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>
Defines values for IntegrationRuntimeAutoUpdate.
-
-
Field Summary
Fields Modifier and Type Field Description static IntegrationRuntimeAutoUpdate
OFF
Static value Off for IntegrationRuntimeAutoUpdate.static IntegrationRuntimeAutoUpdate
ON
Static value On for IntegrationRuntimeAutoUpdate.
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeAutoUpdate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntegrationRuntimeAutoUpdate
fromString(String name)
Creates or finds a IntegrationRuntimeAutoUpdate from its string representation.static Collection<IntegrationRuntimeAutoUpdate>
values()
Gets known IntegrationRuntimeAutoUpdate values.
-
-
-
Field Detail
-
ON
public static final IntegrationRuntimeAutoUpdate ON
Static value On for IntegrationRuntimeAutoUpdate.
-
OFF
public static final IntegrationRuntimeAutoUpdate OFF
Static value Off for IntegrationRuntimeAutoUpdate.
-
-
Method Detail
-
fromString
public static IntegrationRuntimeAutoUpdate fromString(String name)
Creates or finds a IntegrationRuntimeAutoUpdate from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IntegrationRuntimeAutoUpdate.
-
values
public static Collection<IntegrationRuntimeAutoUpdate> values()
Gets known IntegrationRuntimeAutoUpdate values.- Returns:
- known IntegrationRuntimeAutoUpdate values.
-
-