ClusterAutoscaleProfile.GracefulDecommissionTimeout 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.
This property is for graceful decommission timeout; It has a default setting of 3600 seconds before forced shutdown takes place. This is the maximal time to wait for running containers and applications to complete before transition a DECOMMISSIONING node into DECOMMISSIONED. The default value is 3600 seconds. Negative value (like -1) is handled as infinite timeout.
public int? GracefulDecommissionTimeout { get; set; }
member this.GracefulDecommissionTimeout : Nullable<int> with get, set
Public Property GracefulDecommissionTimeout As Nullable(Of Integer)