LogicAppsProxyMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcontainers. models. LogicAppsProxyMethod
- com.
- com.
public final class LogicAppsProxyMethod
extends ExpandableStringEnum<LogicAppsProxyMethod>
Defines values for LogicAppsProxyMethod.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Logic |
GET
Static value GET for Logic |
|
static final
Logic |
POST
Static value POST for Logic |
Constructor Summary
| Constructor | Description |
|---|---|
| LogicAppsProxyMethod() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Logic |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Logic |
fromString(String name)
Creates or finds a Logic |
|
static
Collection<Logic |
values()
Gets known Logic |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GET
public static final LogicAppsProxyMethod GET
Static value GET for LogicAppsProxyMethod.
POST
public static final LogicAppsProxyMethod POST
Static value POST for LogicAppsProxyMethod.
Constructor Details
LogicAppsProxyMethod
@Deprecated
public LogicAppsProxyMethod()
Deprecated
Creates a new instance of LogicAppsProxyMethod value.
Method Details
fromString
public static LogicAppsProxyMethod fromString(String name)
Creates or finds a LogicAppsProxyMethod from its string representation.
Parameters:
Returns:
values
public static Collection<LogicAppsProxyMethod> values()
Gets known LogicAppsProxyMethod values.
Returns: