共用方式為


Ingress interface

容器應用程式輸入組態。

屬性

allowInsecure

布爾,指出是否允許 HTTP 連線。 如果設定為 false HTTP 連線,則會自動重新導向至 HTTPS 連線

customDomains

Container Apps 主機名的自定義網域系結。

external

布爾值,指出應用程式是否公開外部 HTTP 端點

fqdn

主機名。 注意:這個屬性不會串行化。 它只能由伺服器填入。

targetPort

來自輸入流量的容器中目標埠

traffic

應用程式修訂的流量權數

transport

輸入傳輸通訊協定

屬性詳細資料

allowInsecure

布爾,指出是否允許 HTTP 連線。 如果設定為 false HTTP 連線,則會自動重新導向至 HTTPS 連線

allowInsecure?: boolean

屬性值

boolean

customDomains

Container Apps 主機名的自定義網域系結。

customDomains?: CustomDomain[]

屬性值

external

布爾值,指出應用程式是否公開外部 HTTP 端點

external?: boolean

屬性值

boolean

fqdn

主機名。 注意:這個屬性不會串行化。 它只能由伺服器填入。

fqdn?: string

屬性值

string

targetPort

來自輸入流量的容器中目標埠

targetPort?: number

屬性值

number

traffic

應用程式修訂的流量權數

traffic?: TrafficWeight[]

屬性值

transport

輸入傳輸通訊協定

transport?: string

屬性值

string