UpdateConfiguration interface
更新软件更新配置的特定属性。
属性
| azure |
软件更新配置面向的 Azure 虚拟机的 Azure 资源 ID 列表。 |
| duration | 软件更新配置运行允许的最大时间。 需要根据ISO8601使用 PT[n]H[n]M[n]S 格式指定持续时间 |
| linux | 特定于 Linux 的更新配置。 |
| non |
软件更新配置面向的非 Azure 计算机的名称列表。 |
| operating |
目标计算机的操作系统 |
| targets | 软件更新配置的组目标。 |
| windows | 特定于 Windows 的更新配置。 |
属性详细信息
azureVirtualMachines
软件更新配置面向的 Azure 虚拟机的 Azure 资源 ID 列表。
azureVirtualMachines?: string[]
属性值
string[]
duration
软件更新配置运行允许的最大时间。 需要根据ISO8601使用 PT[n]H[n]M[n]S 格式指定持续时间
duration?: string
属性值
string
linux
nonAzureComputerNames
软件更新配置面向的非 Azure 计算机的名称列表。
nonAzureComputerNames?: string[]
属性值
string[]