ContainerAppIngressTransportMethod Struct

Definition

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

ContainerAppIngressTransportMethod(String)

Initializes a new instance of ContainerAppIngressTransportMethod.

Properties

Auto

auto.

Http

http.

Http2

http2.

Tcp

tcp.

Methods

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

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.

Applies to