UpdateConfiguration Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
UpdateConfiguration() |
Initialisiert einen neuen instance der UpdateConfiguration-Klasse. |
UpdateConfiguration(OperatingSystemType, WindowsProperties, LinuxProperties, Nullable<TimeSpan>, IList<String>, IList<String>, TargetProperties) |
Initialisiert einen neuen instance der UpdateConfiguration-Klasse. |
UpdateConfiguration()
Initialisiert einen neuen instance der UpdateConfiguration-Klasse.
public UpdateConfiguration ();
Public Sub New ()
Gilt für:
UpdateConfiguration(OperatingSystemType, WindowsProperties, LinuxProperties, Nullable<TimeSpan>, IList<String>, IList<String>, TargetProperties)
Initialisiert einen neuen instance der UpdateConfiguration-Klasse.
public UpdateConfiguration (Microsoft.Azure.Management.Automation.Models.OperatingSystemType operatingSystem, Microsoft.Azure.Management.Automation.Models.WindowsProperties windows = default, Microsoft.Azure.Management.Automation.Models.LinuxProperties linux = default, TimeSpan? duration = default, System.Collections.Generic.IList<string> azureVirtualMachines = default, System.Collections.Generic.IList<string> nonAzureComputerNames = default, Microsoft.Azure.Management.Automation.Models.TargetProperties targets = default);
new Microsoft.Azure.Management.Automation.Models.UpdateConfiguration : Microsoft.Azure.Management.Automation.Models.OperatingSystemType * Microsoft.Azure.Management.Automation.Models.WindowsProperties * Microsoft.Azure.Management.Automation.Models.LinuxProperties * Nullable<TimeSpan> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Automation.Models.TargetProperties -> Microsoft.Azure.Management.Automation.Models.UpdateConfiguration
Public Sub New (operatingSystem As OperatingSystemType, Optional windows As WindowsProperties = Nothing, Optional linux As LinuxProperties = Nothing, Optional duration As Nullable(Of TimeSpan) = Nothing, Optional azureVirtualMachines As IList(Of String) = Nothing, Optional nonAzureComputerNames As IList(Of String) = Nothing, Optional targets As TargetProperties = Nothing)
Parameter
- operatingSystem
- OperatingSystemType
Betriebssystem der Zielcomputer. Mögliche Werte: "Windows", "Linux"
- windows
- WindowsProperties
Windows-spezifische Updatekonfiguration.
- linux
- LinuxProperties
Linux-spezifische Updatekonfiguration.
Maximal zulässige Zeit für die Ausführung der Softwareupdatekonfiguration. Die Dauer muss im Format PT[n]H[n]M[n]S gemäß ISO8601 angegeben werden.
Liste der Azure-Ressourcen-IDs für virtuelle Azure-Computer, auf die die Softwareupdatekonfiguration ausgerichtet ist.
Liste der Namen von Nicht-Azure-Computern, auf die die Softwareupdatekonfiguration abzielt.
- targets
- TargetProperties
Gruppenziele für die Softwareupdatekonfiguration.
Gilt für:
Azure SDK for .NET