VirtualNetwork.FlowTimeoutInMinutes Property

Definition

Gets or sets the FlowTimeout value (in minutes) for the Virtual Network

[Newtonsoft.Json.JsonProperty(PropertyName="properties.flowTimeoutInMinutes")]
public int? FlowTimeoutInMinutes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.flowTimeoutInMinutes")>]
member this.FlowTimeoutInMinutes : Nullable<int> with get, set
Public Property FlowTimeoutInMinutes As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to