ContainerAppIngressTransportMethod Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ingress transport protocol.
public enum ContainerAppIngressTransportMethod
type ContainerAppIngressTransportMethod =
Public Enum ContainerAppIngressTransportMethod
- Inheritance
-
ContainerAppIngressTransportMethod
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | auto. |
Http | 1 | http. |
Http2 | 2 | http2. |
Tcp | 3 | tcp. |