ITargetUtilizationScaleSettings.PollingInterval Property

Definition

The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="pollingInterval", Update=true)]
public TimeSpan? PollingInterval { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, Read=true, ReadOnly=false, Required=false, SerializedName="pollingInterval", Update=true)>]
member this.PollingInterval : Nullable<TimeSpan> with get, set
Public Property PollingInterval As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to