VirtualNetworkSubnetSharedPublicIpAddressAllowedPortArgs

data class VirtualNetworkSubnetSharedPublicIpAddressAllowedPortArgs(val backendPort: Output<Int>? = null, val transportProtocol: Output<String>? = null) : ConvertibleToJava<VirtualNetworkSubnetSharedPublicIpAddressAllowedPortArgs>

Constructors

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

Properties

Link copied to clipboard
val backendPort: Output<Int>? = null

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

Link copied to clipboard
val transportProtocol: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): VirtualNetworkSubnetSharedPublicIpAddressAllowedPortArgs