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