共用方式為


GatewayResourceProperties interface

此類型描述閘道資源的屬性。

Extends

繼承的屬性

description

用戶可讀取的閘道描述。

destinationNetwork

應用程式所使用的網路。

http

此閘道的 HTTP 連線設定。

ipAddress

閘道的IP位址。 這會在回應中填入,而且會忽略連入要求。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState

資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

sourceNetwork

閘道應該接聽要求的網路。

status

資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

statusDetails

提供閘道目前狀態的其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tcp

此閘道 TCP 連線的設定。

繼承的屬性詳細資料

description

用戶可讀取的閘道描述。

description?: string

屬性值

string

繼承自GatewayProperties.description

destinationNetwork

應用程式所使用的網路。

destinationNetwork: NetworkRef

屬性值

繼承自GatewayProperties.destinationNetwork

http

此閘道的 HTTP 連線設定。

http?: HttpConfig[]

屬性值

繼承自GatewayProperties.http

ipAddress

閘道的IP位址。 這會在回應中填入,而且會忽略連入要求。 注意:這個屬性不會串行化。 它只能由伺服器填入。

ipAddress?: string

屬性值

string

繼承自GatewayProperties.ipAddress

provisioningState

資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

繼承自ProvisionedResourceProperties.provisioningState

sourceNetwork

閘道應該接聽要求的網路。

sourceNetwork: NetworkRef

屬性值

繼承自GatewayProperties.sourceNetwork

status

資源的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status?: string

屬性值

string

繼承自GatewayProperties.status

statusDetails

提供閘道目前狀態的其他資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

statusDetails?: string

屬性值

string

繼承自GatewayProperties.statusDetails

tcp

此閘道 TCP 連線的設定。

tcp?: TcpConfig[]

屬性值

繼承自GatewayProperties.tcp