ApplicationUpgradePolicy.InstanceCloseDelayDurationInSeconds 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.
Duration in seconds, to wait before a stateless instance is closed, to allow the active requests to drain gracefully. This would be effective when the instance is closing during the application/cluster upgrade, only for those instances which have a non-zero delay duration configured in the service description.
public long? InstanceCloseDelayDurationInSeconds { get; set; }
member this.InstanceCloseDelayDurationInSeconds : Nullable<int64> with get, set
Public Property InstanceCloseDelayDurationInSeconds As Nullable(Of Long)
Property Value
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET