IOnlineDeployment.LivenessProbePeriod Property

Definition

The length of time between probes in ISO 8601 format.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The length of time between probes in ISO 8601 format.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="period", Update=true)]
public TimeSpan? LivenessProbePeriod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The length of time between probes in ISO 8601 format.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="period", Update=true)>]
member this.LivenessProbePeriod : Nullable<TimeSpan> with get, set
Public Property LivenessProbePeriod As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to