BackendProtocol Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum - com.
azure. resourcemanager. appplatform. models. BackendProtocol
- com.
- com.
public final class BackendProtocol
extends com.azure.core.util.ExpandableStringEnum<BackendProtocol>
How ingress should communicate with this app backend service.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Backend |
DEFAULT
Static value Default for Backend |
|
static final
Backend |
GRPC
Static value GRPC for Backend |
Constructor Summary
| Constructor | Description |
|---|---|
| BackendProtocol() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Backend |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Backend |
fromString(String name)
Creates or finds a Backend |
|
static
Collection<Backend |
values()
Gets known Backend |
Methods inherited from com.azure.core.util.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEFAULT
public static final BackendProtocol DEFAULT
Static value Default for BackendProtocol.
GRPC
public static final BackendProtocol GRPC
Static value GRPC for BackendProtocol.
Constructor Details
BackendProtocol
@Deprecated
public BackendProtocol()
Deprecated
Creates a new instance of BackendProtocol value.
Method Details
fromString
public static BackendProtocol fromString(String name)
Creates or finds a BackendProtocol from its string representation.
Parameters:
Returns:
values
public static Collection<BackendProtocol> values()
Gets known BackendProtocol values.
Returns: