Share via


IGuestConfigurationAssignment.ConfigurationSettingConfigurationModeFrequencyMin Property

Definition

How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="configurationModeFrequencyMins", Update=false)]
public float? ConfigurationSettingConfigurationModeFrequencyMin { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="How often, in minutes, the current configuration is checked and applied. This property is ignored if the ConfigurationMode property is set to ApplyOnly. The default value is 15.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="configurationModeFrequencyMins", Update=false)>]
member this.ConfigurationSettingConfigurationModeFrequencyMin : Nullable<single>
Public ReadOnly Property ConfigurationSettingConfigurationModeFrequencyMin As Nullable(Of Single)

Property Value

Attributes

Applies to