Skip to main content

PortForwardParametersResponse

modePortForwardMode (string)

Mode that defines how the resource should behave.

Possible values: [SpecificPorts, AllPorts]

protocolPortForwardProtocol (string)

Protocol used by the resource or forwarding rule.

Possible values: [Tcp, Udp, TcpUdp]

externalPortinteger<int32>nullable

Publicly exposed port.

internalPortinteger<int32>nullable

Internal destination port inside the private network.

PortForwardParametersResponse
{
"mode": "SpecificPorts",
"protocol": "Tcp",
"externalPort": 0,
"internalPort": 0
}