BackendProtocol Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appplatform. models. BackendProtocol
- com.
- com.
public final class BackendProtocol
extends 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 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
Gets known BackendProtocol values.
Returns:
Applies to
Azure SDK for Java