AzureApplicationGatewayConnectionDrainingBase.DrainTimeoutInSec Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Parameter(HelpMessage="The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public int DrainTimeoutInSec { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.DrainTimeoutInSec : int with get, set
Public Property DrainTimeoutInSec As Integer
Property Value
- Attributes