共用方式為


ApplicationGetHttpsEndpoint interface

取得應用程式 HTTP 端點。

屬性

accessModes

應用程式的存取模式清單。

destinationPort

要連接的目的地埠。

disableGatewayAuth

值表示是否要停用 GatewayAuth。

location

端點的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。

privateIPAddress

端點的私人IP位址。

publicPort

要連接的公用埠。 注意:這個屬性不會串行化。 它只能由伺服器填入。

subDomainSuffix

應用程式的子域後綴。

屬性詳細資料

accessModes

應用程式的存取模式清單。

accessModes?: string[]

屬性值

string[]

destinationPort

要連接的目的地埠。

destinationPort?: number

屬性值

number

disableGatewayAuth

值表示是否要停用 GatewayAuth。

disableGatewayAuth?: boolean

屬性值

boolean

location

端點的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。

location?: string

屬性值

string

privateIPAddress

端點的私人IP位址。

privateIPAddress?: string

屬性值

string

publicPort

要連接的公用埠。 注意:這個屬性不會串行化。 它只能由伺服器填入。

publicPort?: number

屬性值

number

subDomainSuffix

應用程式的子域後綴。

subDomainSuffix?: string

屬性值

string