WindowsConfiguration Constructors
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.
Overloads
WindowsConfiguration() | |
WindowsConfiguration(Nullable<Boolean>, Nullable<Boolean>, String, IList<AdditionalUnattendContent>, WinRMConfiguration) |
WindowsConfiguration()
public WindowsConfiguration ();
Public Sub New ()
Applies to
WindowsConfiguration(Nullable<Boolean>, Nullable<Boolean>, String, IList<AdditionalUnattendContent>, WinRMConfiguration)
public WindowsConfiguration (bool? provisionVMAgent = default, bool? enableAutomaticUpdates = default, string timeZone = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.AdditionalUnattendContent> additionalUnattendContent = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.WinRMConfiguration winRM = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.WindowsConfiguration : Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.AdditionalUnattendContent> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.WinRMConfiguration -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.WindowsConfiguration
Public Sub New (Optional provisionVMAgent As Nullable(Of Boolean) = Nothing, Optional enableAutomaticUpdates As Nullable(Of Boolean) = Nothing, Optional timeZone As String = Nothing, Optional additionalUnattendContent As IList(Of AdditionalUnattendContent) = Nothing, Optional winRM As WinRMConfiguration = Nothing)
Parameters
- timeZone
- String
- additionalUnattendContent
- IList<AdditionalUnattendContent>
- winRM
- WinRMConfiguration