ICacheProperties.UpgradeSettingUpgradeScheduleEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="upgradeScheduleEnabled")]
public bool? UpgradeSettingUpgradeScheduleEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="upgradeScheduleEnabled")>]
member this.UpgradeSettingUpgradeScheduleEnabled : Nullable<bool> with get, set
Public Property UpgradeSettingUpgradeScheduleEnabled As Nullable(Of Boolean)
Property Value
- Attributes