UpdateConfiguration 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
UpdateConfiguration() |
初始化 UpdateConfiguration 類別的新實例。 |
UpdateConfiguration(OperatingSystemType, WindowsProperties, LinuxProperties, Nullable<TimeSpan>, IList<String>, IList<String>, TargetProperties) |
初始化 UpdateConfiguration 類別的新實例。 |
UpdateConfiguration()
初始化 UpdateConfiguration 類別的新實例。
public UpdateConfiguration ();
Public Sub New ()
適用於
UpdateConfiguration(OperatingSystemType, WindowsProperties, LinuxProperties, Nullable<TimeSpan>, IList<String>, IList<String>, TargetProperties)
初始化 UpdateConfiguration 類別的新實例。
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)
參數
- operatingSystem
- OperatingSystemType
目的電腦的作業系統。 可能的值包括:'Windows'、'Linux'
- windows
- WindowsProperties
Windows 特定的更新組態。
- linux
- LinuxProperties
Linux 特定的更新組態。
- targets
- TargetProperties
軟體更新組態的群組目標。