Port Class

Properties of a network port.

Inheritance
Port

Constructor

Port(*, transport_protocol: Optional[Union[str, azure.mgmt.devtestlabs.models._dev_test_labs_client_enums.TransportProtocol]] = None, backend_port: Optional[int] = None, **kwargs)

Parameters

transport_protocol
str or TransportProtocol
Required

Protocol type of the port. Possible values include: "Tcp", "Udp".

backend_port
int
Required

Backend port of the target virtual machine.