Skip to main content

PortForwardParametersResponse

Parameters of a port forwarding rule.

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

The externally exposed port, when applicable for the selected mode.

internalPortinteger<int32>nullable

The internal (VM-side) port the traffic is forwarded to, when applicable for the selected mode.

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