Class IngressTransportMethod
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<IngressTransportMethod>
-
- com.azure.resourcemanager.appcontainers.models.IngressTransportMethod
-
public final class IngressTransportMethod extends com.azure.core.util.ExpandableStringEnum<IngressTransportMethod>
Defines values for IngressTransportMethod.
-
-
Field Summary
Fields Modifier and Type Field Description static IngressTransportMethod
AUTO
Static value auto for IngressTransportMethod.static IngressTransportMethod
HTTP
Static value http for IngressTransportMethod.static IngressTransportMethod
HTTP2
Static value http2 for IngressTransportMethod.
-
Constructor Summary
Constructors Constructor Description IngressTransportMethod()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IngressTransportMethod
fromString(String name)
Creates or finds a IngressTransportMethod from its string representation.static Collection<IngressTransportMethod>
values()
Gets known IngressTransportMethod values.
-
-
-
Field Detail
-
AUTO
public static final IngressTransportMethod AUTO
Static value auto for IngressTransportMethod.
-
HTTP
public static final IngressTransportMethod HTTP
Static value http for IngressTransportMethod.
-
HTTP2
public static final IngressTransportMethod HTTP2
Static value http2 for IngressTransportMethod.
-
-
Method Detail
-
fromString
public static IngressTransportMethod fromString(String name)
Creates or finds a IngressTransportMethod from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IngressTransportMethod.
-
values
public static Collection<IngressTransportMethod> values()
Gets known IngressTransportMethod values.- Returns:
- known IngressTransportMethod values.
-
-