Share via


InboundNatRulePortMapping Class

Definition

Individual port mappings for inbound NAT rule created for backend pool.

public class InboundNatRulePortMapping
type InboundNatRulePortMapping = class
Public Class InboundNatRulePortMapping
Inheritance
InboundNatRulePortMapping

Constructors

InboundNatRulePortMapping()

Initializes a new instance of the InboundNatRulePortMapping class.

InboundNatRulePortMapping(String, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the InboundNatRulePortMapping class.

Properties

BackendPort

Gets backend port.

FrontendPort

Gets frontend port.

InboundNatRuleName

Gets name of inbound NAT rule.

Protocol

Gets the reference to the transport protocol used by the inbound NAT rule. Possible values include: 'Udp', 'Tcp', 'All'

Applies to