IOnlineDeployment.LivenessProbeFailureThreshold Property

Definition

The number of failures to allow before returning an unhealthy status.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The number of failures to allow before returning an unhealthy status.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="failureThreshold", Update=true)]
public int? LivenessProbeFailureThreshold { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The number of failures to allow before returning an unhealthy status.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="failureThreshold", Update=true)>]
member this.LivenessProbeFailureThreshold : Nullable<int> with get, set
Public Property LivenessProbeFailureThreshold As Nullable(Of Integer)

Property Value

Attributes

Applies to