UpdateTriggerPayloadType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerregistry. models. UpdateTriggerPayloadType
- com.
- com.
public final class UpdateTriggerPayloadType
extends ExpandableStringEnum<UpdateTriggerPayloadType>
Type of Payload body for Base image update triggers.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Update |
DEFAULT
Static value Default for Update |
static final
Update |
TOKEN
Static value Token for Update |
Constructor Summary
Constructor | Description |
---|---|
UpdateTriggerPayloadType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Update |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Update |
fromString(String name)
Creates or finds a Update |
static
Collection<Update |
values()
Gets known Update |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEFAULT
public static final UpdateTriggerPayloadType DEFAULT
Static value Default for UpdateTriggerPayloadType.
TOKEN
public static final UpdateTriggerPayloadType TOKEN
Static value Token for UpdateTriggerPayloadType.
Constructor Details
UpdateTriggerPayloadType
@Deprecated
public UpdateTriggerPayloadType()
Deprecated
Creates a new instance of UpdateTriggerPayloadType value.
Method Details
fromString
public static UpdateTriggerPayloadType fromString(String name)
Creates or finds a UpdateTriggerPayloadType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known UpdateTriggerPayloadType values.
Returns:
Applies to
Azure SDK for Java