IContainer.LivenessProbeInitialDelaySecond Property

Definition

The initial delay seconds.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The initial delay seconds.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="initialDelaySeconds")]
public int? LivenessProbeInitialDelaySecond { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The initial delay seconds.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="initialDelaySeconds")>]
member this.LivenessProbeInitialDelaySecond : Nullable<int> with get, set
Public Property LivenessProbeInitialDelaySecond As Nullable(Of Integer)

Property Value

Attributes

Applies to