ComputeExternalHealthPolicy.ExpiryDuration 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.
Defines how long the health status set by External Health API will last on the VM. If a signal is not received/updated within this time, the VM Health will be marked as "unknown". Uses the ISO 8601 format. Minimum: 5 minutes (PT5M), Maximum: 3 hours (PT3H).
public TimeSpan? ExpiryDuration { get; set; }
member this.ExpiryDuration : Nullable<TimeSpan> with get, set
Public Property ExpiryDuration As Nullable(Of TimeSpan)