ComputeExternalHealthPolicy.ExpiryDuration Property

Definition

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)

Property Value

Applies to