VirtualMachineScaleSetNetworkConfiguration.DisableTcpStateTracking Property

Definition

Gets or sets specifies whether the network interface is disabled for tcp state tracking.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to