Class BackendProtocol
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackendProtocol>
com.azure.resourcemanager.appplatform.models.BackendProtocol
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class BackendProtocol
extends com.azure.core.util.ExpandableStringEnum<BackendProtocol>
How ingress should communicate with this app backend service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BackendProtocolStatic value Default for BackendProtocol.static final BackendProtocolStatic value GRPC for BackendProtocol. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BackendProtocolfromString(String name) Creates or finds a BackendProtocol from its string representation.static Collection<BackendProtocol> values()Gets known BackendProtocol values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
GRPC
Static value GRPC for BackendProtocol. -
DEFAULT
Static value Default for BackendProtocol.
-
-
Constructor Details
-
BackendProtocol
Deprecated.Use thefromString(String)factory method.Creates a new instance of BackendProtocol value.
-
-
Method Details
-
fromString
Creates or finds a BackendProtocol from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BackendProtocol.
-
values
Gets known BackendProtocol values.- Returns:
- known BackendProtocol values.
-
fromString(String)factory method.