PSFrontendIPConfiguration.InboundNatPools Property

Definition

[Newtonsoft.Json.JsonProperty(Order=1)]
public System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSResourceId> InboundNatPools { get; set; }
[Newtonsoft.Json.JsonProperty(Order=2)]
public System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSResourceId> InboundNatPools { get; set; }
[<Newtonsoft.Json.JsonProperty(Order=1)>]
member this.InboundNatPools : System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSResourceId> with get, set
[<Newtonsoft.Json.JsonProperty(Order=2)>]
member this.InboundNatPools : System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSResourceId> with get, set
Public Property InboundNatPools As List(Of PSResourceId)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to