InboundNatPool.EnableTcpReset Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableTcpReset")]
public bool? EnableTcpReset { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableTcpReset")>]
member this.EnableTcpReset : Nullable<bool> with get, set
Public Property EnableTcpReset As Nullable(Of Boolean)

Property Value

Nullable<Boolean>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to