ContainerAppIngressTransportMethod Struct
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 readonly struct ContainerAppIngressTransportMethod : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppIngressTransportMethod>
type ContainerAppIngressTransportMethod = struct
Public Structure ContainerAppIngressTransportMethod
Implements IEquatable(Of ContainerAppIngressTransportMethod)
- Inheritance
-
ContainerAppIngressTransportMethod
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerAppIngressTransportMethod(String) |
Initializes a new instance of ContainerAppIngressTransportMethod. |
Properties
| Name | Description |
|---|---|
| Auto |
auto. |
| Http |
http. |
| Http2 |
http2. |
| Tcp |
tcp. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerAppIngressTransportMethod) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ContainerAppIngressTransportMethod, ContainerAppIngressTransportMethod) |
Determines if two ContainerAppIngressTransportMethod values are the same. |
| Implicit(String to ContainerAppIngressTransportMethod) |
Converts a String to a ContainerAppIngressTransportMethod. |
| Inequality(ContainerAppIngressTransportMethod, ContainerAppIngressTransportMethod) |
Determines if two ContainerAppIngressTransportMethod values are not the same. |