IngressTransportMethod 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 IngressTransportMethod : IEquatable<Azure.ResourceManager.Applications.Containers.Models.IngressTransportMethod>
type IngressTransportMethod = struct
Public Structure IngressTransportMethod
Implements IEquatable(Of IngressTransportMethod)
- Inheritance
-
IngressTransportMethod
- Implements
Constructors
| Name | Description |
|---|---|
| IngressTransportMethod(String) |
Initializes a new instance of IngressTransportMethod. |
Properties
| Name | Description |
|---|---|
| Auto |
auto. |
| Http |
http. |
| Http2 |
http2. |
Methods
| Name | Description |
|---|---|
| Equals(IngressTransportMethod) |
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(IngressTransportMethod, IngressTransportMethod) |
Determines if two IngressTransportMethod values are the same. |
| Implicit(String to IngressTransportMethod) |
Converts a string to a IngressTransportMethod. |
| Inequality(IngressTransportMethod, IngressTransportMethod) |
Determines if two IngressTransportMethod values are not the same. |