PortFragment Class
Properties of a network port.
- Inheritance
-
msrest.serialization.ModelPortFragment
Constructor
PortFragment(*, transport_protocol: str | TransportProtocol | None = None, backend_port: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
transport_protocol
Required
|
Protocol type of the port. Possible values include: "Tcp", "Udp". |
backend_port
Required
|
Backend port of the target virtual machine. |
Keyword-Only Parameters
Name | Description |
---|---|
transport_protocol
Required
|
|
backend_port
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python