Show / Hide Table of Contents

Class ApplicationGatewayBackendHttpSettingConnectionDraining

Inheritance
System.Object
ApplicationGatewayBackendHttpSettingConnectionDraining
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayBackendHttpSettingConnectionDraining

Fields

View Source

DrainTimeoutSec

The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.

Declaration
public readonly int DrainTimeoutSec
Field Value
Type Description
System.Int32
View Source

Enabled

If connection draining is enabled or not.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.