ComputeBatchModelFactory.WindowsConfiguration(Nullable<Boolean>) Method
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.
Windows operating system settings to apply to the virtual machine.
public static Azure.Compute.Batch.WindowsConfiguration WindowsConfiguration(bool? enableAutomaticUpdates = default);
static member WindowsConfiguration : Nullable<bool> -> Azure.Compute.Batch.WindowsConfiguration
Public Shared Function WindowsConfiguration (Optional enableAutomaticUpdates As Nullable(Of Boolean) = Nothing) As WindowsConfiguration
Parameters
Whether automatic updates are enabled on the virtual machine. If omitted, the default value is true.
Returns
A new WindowsConfiguration instance for mocking.