Class IngressTransportMethod
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IngressTransportMethod>
com.azure.resourcemanager.appcontainers.models.IngressTransportMethod
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class IngressTransportMethod
extends com.azure.core.util.ExpandableStringEnum<IngressTransportMethod>
Ingress transport protocol.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IngressTransportMethod
Static value auto for IngressTransportMethod.static final IngressTransportMethod
Static value http for IngressTransportMethod.static final IngressTransportMethod
Static value http2 for IngressTransportMethod.static final IngressTransportMethod
Static value tcp for IngressTransportMethod. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IngressTransportMethod
fromString
(String name) Creates or finds a IngressTransportMethod from its string representation.static Collection
<IngressTransportMethod> values()
Gets known IngressTransportMethod values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AUTO
Static value auto for IngressTransportMethod. -
HTTP
Static value http for IngressTransportMethod. -
HTTP2
Static value http2 for IngressTransportMethod. -
TCP
Static value tcp for IngressTransportMethod.
-
-
Constructor Details
-
IngressTransportMethod
Deprecated.Use thefromString(String)
factory method.Creates a new instance of IngressTransportMethod value.
-
-
Method Details
-
fromString
Creates or finds a IngressTransportMethod from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IngressTransportMethod.
-
values
Gets known IngressTransportMethod values.- Returns:
- known IngressTransportMethod values.
-
fromString(String)
factory method.