IngressTransportMethod Struct

Definition

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

IngressTransportMethod(String)

Initializes a new instance of IngressTransportMethod.

Properties

Auto

auto.

Http

http.

Http2

http2.

Methods

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

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.

Applies to