InboundNatRulePortMapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET