IContainer.LivenessProbeSuccessThreshold Property

Definition

The success threshold.

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

Property Value

Attributes

Applies to