Compartilhar via


IOnlineDeploymentProperties.LivenessProbePeriod Property

Definition

The length of time between probes in ISO 8601 format.

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

Property Value

Attributes

Applies to