Sdílet prostřednictvím


BackendAddressInboundNatRulePortMappings.InboundNatRulePortMappings Property

Definition

Gets or sets collection of inbound NAT rule port mappings.

[Newtonsoft.Json.JsonProperty(PropertyName="inboundNatRulePortMappings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping> InboundNatRulePortMappings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inboundNatRulePortMappings")>]
member this.InboundNatRulePortMappings : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundNatRulePortMapping> with get, set
Public Property InboundNatRulePortMappings As IList(Of InboundNatRulePortMapping)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to