你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIngress Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IngressTypeConverter))]
public interface IIngress : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IngressTypeConverter))>]
type IIngress = interface
    interface IJsonSerializable
Public Interface IIngress
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AllowInsecure

Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections

CustomDomain

custom domain bindings for Container Apps' hostnames.

External

Bool indicating if app exposes an external http endpoint

Fqdn

Hostname.

TargetPort

Target Port in containers for traffic from ingress

Traffic

Traffic weights for app's revisions

Transport

Ingress transport protocol

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to