GatewayRouteConfigProtocol Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appplatform. models. GatewayRouteConfigProtocol
- com.
- com.
public final class GatewayRouteConfigProtocol
extends ExpandableStringEnum<GatewayRouteConfigProtocol>
Protocol of routed Azure Spring Apps applications.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Gateway |
HTTP
Static value HTTP for Gateway |
static final
Gateway |
HTTPS
Static value HTTPS for Gateway |
Constructor Summary
Constructor | Description |
---|---|
GatewayRouteConfigProtocol() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Gateway |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gateway |
fromString(String name)
Creates or finds a Gateway |
static
Collection<Gateway |
values()
Gets known Gateway |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HTTP
public static final GatewayRouteConfigProtocol HTTP
Static value HTTP for GatewayRouteConfigProtocol.
HTTPS
public static final GatewayRouteConfigProtocol HTTPS
Static value HTTPS for GatewayRouteConfigProtocol.
Constructor Details
GatewayRouteConfigProtocol
@Deprecated
public GatewayRouteConfigProtocol()
Deprecated
Creates a new instance of GatewayRouteConfigProtocol value.
Method Details
fromString
public static GatewayRouteConfigProtocol fromString(String name)
Creates or finds a GatewayRouteConfigProtocol from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known GatewayRouteConfigProtocol values.
Returns:
Applies to
Azure SDK for Java