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(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) }, ReadOnly=true, Required=false, SerializedName="refreshFrequencyMins")]
public float? ConfigurationSettingRefreshFrequencyMin { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(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) }, ReadOnly=true, Required=false, SerializedName="refreshFrequencyMins")>]
member this.ConfigurationSettingRefreshFrequencyMin : Nullable<single>
Public ReadOnly Property ConfigurationSettingRefreshFrequencyMin As Nullable(Of Single)

Property Value

Attributes

Applies to