GatewayResourceProperties interface

This type describes properties of a gateway resource.

Extends

Inherited Properties

description

User readable description of the gateway.

destinationNetwork

Network that the Application is using.

http

Configuration for http connectivity for this gateway.

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.

provisioningState

State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

sourceNetwork

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.

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.

tcp

Configuration for tcp connectivity for this gateway.

Inherited Property Details

description

User readable description of the gateway.

description?: string

Property Value

string

Inherited From GatewayProperties.description

destinationNetwork

Network that the Application is using.

destinationNetwork: NetworkRef

Property Value

Inherited From GatewayProperties.destinationNetwork

http

Configuration for http connectivity for this gateway.

http?: HttpConfig[]

Property Value

Inherited From GatewayProperties.http

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

Inherited From GatewayProperties.ipAddress

provisioningState

State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

Inherited From ProvisionedResourceProperties.provisioningState

sourceNetwork

Network the gateway should listen on for requests.

sourceNetwork: NetworkRef

Property Value

Inherited From GatewayProperties.sourceNetwork

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

Inherited From GatewayProperties.status

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

Inherited From GatewayProperties.statusDetails

tcp

Configuration for tcp connectivity for this gateway.

tcp?: TcpConfig[]

Property Value

Inherited From GatewayProperties.tcp