public final class TriggerType extends com.azure.core.util.ExpandableStringEnum<TriggerType>
| Modifier and Type | Field and Description |
|---|---|
static TriggerType |
POST
Static value Post for TriggerType.
|
static TriggerType |
PRE
Static value Pre for TriggerType.
|
| Constructor and Description |
|---|
TriggerType() |
| Modifier and Type | Method and Description |
|---|---|
static TriggerType |
fromString(String name)
Creates or finds a TriggerType from its string representation.
|
static Collection<TriggerType> |
values() |
public static final TriggerType PRE
public static final TriggerType POST
public static TriggerType fromString(String name)
name - a name to look for.public static Collection<TriggerType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.