IngressTransportMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. IngressTransportMethod
- com.
- com.
public final class IngressTransportMethod
extends ExpandableStringEnum<IngressTransportMethod>
Ingress transport protocol.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Ingress |
AUTO
Static value auto for Ingress |
static final
Ingress |
HTTP
Static value http for Ingress |
static final
Ingress |
HTTP2
Static value http2 for Ingress |
Constructor Summary
Constructor | Description |
---|---|
IngressTransportMethod() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ingress |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ingress |
fromString(String name)
Creates or finds a Ingress |
static
Collection<Ingress |
values()
Gets known Ingress |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
Constructor Details
IngressTransportMethod
@Deprecated
public IngressTransportMethod()
Deprecated
Creates a new instance of IngressTransportMethod value.
Method Details
fromString
public static IngressTransportMethod fromString(String name)
Creates or finds a IngressTransportMethod from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known IngressTransportMethod values.
Returns:
Applies to
Azure SDK for Java