Share via


IGuestConfigurationNavigation.ConfigurationSettingRefreshFrequencyMin Property

Definition

The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="refreshFrequencyMins", Update=false)]
public float? ConfigurationSettingRefreshFrequencyMin { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="The time interval, in minutes, at which the LCM checks a pull service to get updated configurations. This value is ignored if the LCM is not configured in pull mode. The default value is 30.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="refreshFrequencyMins", Update=false)>]
member this.ConfigurationSettingRefreshFrequencyMin : Nullable<single>
Public ReadOnly Property ConfigurationSettingRefreshFrequencyMin As Nullable(Of Single)

Property Value

Attributes

Applies to