共用方式為


UpdateConfiguration interface

更新軟體更新組態的特定屬性。

屬性

azureVirtualMachines

以軟體更新組態為目標之 Azure 虛擬機器的 Azure 資源識別碼清單。

duration

軟體更新組態執行所允許的時間上限。 根據 ISO8601,必須使用 PT[n]H[n]M[n]S 格式來指定持續時間

linux

Linux 特定的更新組態。

nonAzureComputerNames

軟體更新組態的目標非 Azure 機器名稱清單。

operatingSystem

目的電腦的作業系統

targets

軟體更新組態的群組目標。

windows

Windows 特定的更新組態。

屬性詳細資料

azureVirtualMachines

以軟體更新組態為目標之 Azure 虛擬機器的 Azure 資源識別碼清單。

azureVirtualMachines?: string[]

屬性值

string[]

duration

軟體更新組態執行所允許的時間上限。 根據 ISO8601,必須使用 PT[n]H[n]M[n]S 格式來指定持續時間

duration?: string

屬性值

string

linux

Linux 特定的更新組態。

linux?: LinuxProperties

屬性值

nonAzureComputerNames

軟體更新組態的目標非 Azure 機器名稱清單。

nonAzureComputerNames?: string[]

屬性值

string[]

operatingSystem

目的電腦的作業系統

operatingSystem: OperatingSystemType

屬性值

targets

軟體更新組態的群組目標。

targets?: TargetProperties

屬性值

windows

Windows 特定的更新組態。

windows?: WindowsProperties

屬性值