BaseImageTriggerType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerregistry. models. BaseImageTriggerType
- com.
- com.
public final class BaseImageTriggerType
extends ExpandableStringEnum<BaseImageTriggerType>
The type of the auto trigger for base image dependency updates.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Base |
ALL
Static value All for Base |
static final
Base |
RUNTIME
Static value Runtime for Base |
Constructor Summary
Constructor | Description |
---|---|
BaseImageTriggerType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Base |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Base |
fromString(String name)
Creates or finds a Base |
static
Collection<Base |
values()
Gets known Base |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALL
public static final BaseImageTriggerType ALL
Static value All for BaseImageTriggerType.
RUNTIME
public static final BaseImageTriggerType RUNTIME
Static value Runtime for BaseImageTriggerType.
Constructor Details
BaseImageTriggerType
@Deprecated
public BaseImageTriggerType()
Deprecated
Creates a new instance of BaseImageTriggerType value.
Method Details
fromString
public static BaseImageTriggerType fromString(String name)
Creates or finds a BaseImageTriggerType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known BaseImageTriggerType values.
Returns:
Applies to
Azure SDK for Java