VirtualNetworkSubnetSharedPublicIpAddressAllowedPort

data class VirtualNetworkSubnetSharedPublicIpAddressAllowedPort(val backendPort: Int? = null, val transportProtocol: String? = null)

Constructors

constructor(backendPort: Int? = null, transportProtocol: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backendPort: Int? = null

The port on the Virtual Machine that the traffic will be sent to.

Link copied to clipboard

The transport protocol that the traffic will use. Possible values are TCP and UDP.