GatewayProperties interface
Describes properties of a gateway resource.
Properties
description | User readable description of the gateway. |
destination |
Network that the Application is using. |
http | Configuration for http connectivity for this gateway. |
ip |
IP address of the gateway. This is populated in the response and is ignored for incoming requests. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Network the gateway should listen on for requests. |
status | Status of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
status |
Gives additional information about the current status of the gateway. NOTE: This property will not be serialized. It can only be populated by the server. |
tcp | Configuration for tcp connectivity for this gateway. |
Property Details
description
User readable description of the gateway.
description?: string
Property Value
string
destinationNetwork
http
Configuration for http connectivity for this gateway.
http?: HttpConfig[]
Property Value
ipAddress
IP address of the gateway. This is populated in the response and is ignored for incoming requests. NOTE: This property will not be serialized. It can only be populated by the server.
ipAddress?: string
Property Value
string
sourceNetwork
Network the gateway should listen on for requests.
sourceNetwork: NetworkRef
Property Value
status
Status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
statusDetails
Gives additional information about the current status of the gateway. NOTE: This property will not be serialized. It can only be populated by the server.
statusDetails?: string
Property Value
string
tcp
Azure SDK for JavaScript