Port Class

Properties of a network port.

Constructor

Port(*, transport_protocol: str | _models.TransportProtocol | None = None, backend_port: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
transport_protocol

Protocol type of the port. Known values are: "Tcp" and "Udp".

Default value: None
backend_port
int

Backend port of the target virtual machine.

Default value: None

Variables

Name Description
transport_protocol

Protocol type of the port. Known values are: "Tcp" and "Udp".

backend_port
int

Backend port of the target virtual machine.