Freigeben über


WindowsConfiguration Konstruktoren

Definition

Überlädt

WindowsConfiguration()

Initialisiert eine neue instance der WindowsConfiguration-Klasse.

WindowsConfiguration(Nullable<Boolean>, Nullable<Boolean>, String, IList<AdditionalUnattendContent>, PatchSettings, WinRMConfiguration)

Initialisiert eine neue instance der WindowsConfiguration-Klasse.

WindowsConfiguration()

Initialisiert eine neue instance der WindowsConfiguration-Klasse.

public WindowsConfiguration ();
Public Sub New ()

Gilt für:

WindowsConfiguration(Nullable<Boolean>, Nullable<Boolean>, String, IList<AdditionalUnattendContent>, PatchSettings, WinRMConfiguration)

Initialisiert eine neue instance der WindowsConfiguration-Klasse.

public WindowsConfiguration (bool? provisionVMAgent = default, bool? enableAutomaticUpdates = default, string timeZone = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.AdditionalUnattendContent> additionalUnattendContent = default, Microsoft.Azure.Management.Compute.Fluent.Models.PatchSettings patchSettings = default, Microsoft.Azure.Management.Compute.Fluent.Models.WinRMConfiguration winRM = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.WindowsConfiguration : Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.AdditionalUnattendContent> * Microsoft.Azure.Management.Compute.Fluent.Models.PatchSettings * Microsoft.Azure.Management.Compute.Fluent.Models.WinRMConfiguration -> Microsoft.Azure.Management.Compute.Fluent.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 patchSettings As PatchSettings = Nothing, Optional winRM As WinRMConfiguration = Nothing)

Parameter

provisionVMAgent
Nullable<Boolean>

Gibt an, ob der VM-Agent auf dem virtuellen Computer bereitgestellt werden soll. <br><br> Wenn diese Eigenschaft nicht im Anforderungstext angegeben ist, wird sie standardmäßig auf true festgelegt. Dadurch wird sichergestellt, dass der VM-Agent auf dem virtuellen Computer installiert ist, sodass später Erweiterungen zur VM hinzugefügt werden können.

enableAutomaticUpdates
Nullable<Boolean>

Gibt an, ob die automatische Updates für den virtuellen Windows-Computer aktiviert ist. Der Standardwert ist true. <br><br> Bei VM-Skalierungsgruppen kann diese Eigenschaft aktualisiert werden, und Updates werden bei der erneuten Bereitstellung des Betriebssystems wirksam.

timeZone
String

Gibt die Zeitzone des virtuellen Computers an. z.B. "Pacific Standard Time". <br><Br> Mögliche Werte können TimeZoneInfo.Id Wert aus Zeitzonen sein, die von TimeZoneInfo.GetSystemTimeZones zurückgegeben werden.

additionalUnattendContent
IList<AdditionalUnattendContent>

Gibt zusätzliche Base-64-codierte Informationen im XML-Format an, die in die von Windows Setup verwendete Datei Unattend.xml eingeschlossen werden können.

patchSettings
PatchSettings

Gibt Einstellungen im Zusammenhang mit In-Guest-Patching (KBs) an.

winRM
WinRMConfiguration

Gibt die Windows-Remoteverwaltungslistener an. Dadurch wird die Remoteverwendung von Windows PowerShell ermöglicht.

Gilt für: