Show / Hide Table of Contents

Class ApplicationGatewayBackendHttpSettingConnectionDrainingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayBackendHttpSettingConnectionDrainingArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayBackendHttpSettingConnectionDrainingArgs : ResourceArgs

Constructors

View Source

ApplicationGatewayBackendHttpSettingConnectionDrainingArgs()

Declaration
public ApplicationGatewayBackendHttpSettingConnectionDrainingArgs()

Properties

View Source

DrainTimeoutSec

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

Declaration
public Input<int> DrainTimeoutSec { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Enabled

If connection draining is enabled or not.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.