TcpConfig Class

Describes the tcp configuration for external connectivity for this network.

All required parameters must be populated in order to send to Azure.

Inheritance
TcpConfig

Constructor

TcpConfig(*, name: str, port: int, destination, **kwargs)

Parameters

name
str
Required

Required. tcp gateway config name.

port
int
Required

Required. Specifies the port at which the service endpoint below needs to be exposed.

destination
GatewayDestination
Required

Required. Describes destination endpoint for routing traffic.