Share via


IHealthProbeParameters.ProbeIntervalInSecond Property

Definition

The number of seconds between health probes.Default is 240sec.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The number of seconds between health probes.Default is 240sec.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="probeIntervalInSeconds", Update=true)]
public int? ProbeIntervalInSecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The number of seconds between health probes.Default is 240sec.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="probeIntervalInSeconds", Update=true)>]
member this.ProbeIntervalInSecond : Nullable<int> with get, set
Public Property ProbeIntervalInSecond As Nullable(Of Integer)

Property Value

Attributes

Applies to