Share via


Ingress Class

Definition

Container App Ingress configuration.

public class Ingress
type Ingress = class
Public Class Ingress
Inheritance
Ingress

Constructors

Ingress()

Initializes a new instance of the Ingress class.

Ingress(String, Nullable<Boolean>, Nullable<Int32>, String, IList<TrafficWeight>, Nullable<Boolean>)

Initializes a new instance of the Ingress class.

Properties

AllowInsecure

Gets or sets bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections

External

Gets or sets bool indicating if app exposes an external http endpoint

Fqdn

Gets hostname.

TargetPort

Gets or sets target Port in containers for traffic from ingress

Traffic
Transport

Gets or sets ingress transport protocol. Possible values include: 'auto', 'http', 'http2'

Applies to