Nat Rule Port Mapping Response
data class NatRulePortMappingResponse(val backendPort: Int? = null, val frontendPort: Int? = null, val inboundNatRuleName: String? = null)
Individual port mappings for inbound NAT rule created for backend pool.
Constructors
Link copied to clipboard
fun NatRulePortMappingResponse(backendPort: Int? = null, frontendPort: Int? = null, inboundNatRuleName: String? = null)