UpdateConfiguration interface

ソフトウェア更新プログラムの構成の特定のプロパティを更新します。

プロパティ

azureVirtualMachines

ソフトウェア更新プログラムの構成の対象となる Azure 仮想マシンの Azure リソース ID の一覧。

duration

ソフトウェア更新プログラム構成の実行に許可される最大時間。 ISO8601 に従って PT[n]H[n]M[n]S の形式を使用して期間を指定する必要があります

linux

Linux 固有の更新プログラムの構成。

nonAzureComputerNames

ソフトウェア更新プログラムの構成の対象となる Azure 以外のマシンの名前の一覧。

operatingSystem

ターゲット マシンのオペレーティング システム

targets

ソフトウェア更新プログラムの構成のターゲットをグループ化します。

windows

Windows 固有の更新プログラムの構成。

プロパティの詳細

azureVirtualMachines

ソフトウェア更新プログラムの構成の対象となる Azure 仮想マシンの Azure リソース ID の一覧。

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

プロパティ値