Inbound Nat Rule Response
data class InboundNatRuleResponse(val backendPort: Int? = null, val frontendPort: Int? = null, val transportProtocol: String? = null)
A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer.
Constructors
Link copied to clipboard
fun InboundNatRuleResponse(backendPort: Int? = null, frontendPort: Int? = null, transportProtocol: String? = null)