Class BaseImageTriggerType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BaseImageTriggerType>
com.azure.resourcemanager.containerregistry.models.BaseImageTriggerType
public final class BaseImageTriggerType
extends com.azure.core.util.ExpandableStringEnum<BaseImageTriggerType>
The type of the auto trigger for base image dependency updates.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BaseImageTriggerTypeStatic value All for BaseImageTriggerType.static final BaseImageTriggerTypeStatic value Runtime for BaseImageTriggerType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BaseImageTriggerTypefromString(String name) Creates or finds a BaseImageTriggerType from its string representation.static Collection<BaseImageTriggerType>values()Gets known BaseImageTriggerType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ALL
Static value All for BaseImageTriggerType. -
RUNTIME
Static value Runtime for BaseImageTriggerType.
-
-
Constructor Details
-
BaseImageTriggerType
Deprecated.Use thefromString(String)factory method.Creates a new instance of BaseImageTriggerType value.
-
-
Method Details
-
fromString
Creates or finds a BaseImageTriggerType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BaseImageTriggerType.
-
values
Gets known BaseImageTriggerType values.- Returns:
- known BaseImageTriggerType values.
-
fromString(String)factory method.