ApplicationGetHttpsEndpoint interface
取得應用程式 HTTP 端點。
屬性
access |
應用程式的存取模式清單。 |
destination |
要連接的目的地埠。 |
disable |
值表示是否要停用 GatewayAuth。 |
location | 端點的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
private |
端點的私人IP位址。 |
public |
要連接的公用埠。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
sub |
應用程式的子域後綴。 |
屬性詳細資料
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