次の方法で共有


WindowsProperties コンストラクター

定義

オーバーロード

WindowsProperties()

WindowsProperties クラスの新しいインスタンスを初期化します。

WindowsProperties(String, IList<String>, IList<String>, String)

WindowsProperties クラスの新しいインスタンスを初期化します。

WindowsProperties()

WindowsProperties クラスの新しいインスタンスを初期化します。

public WindowsProperties ();
Public Sub New ()

適用対象

WindowsProperties(String, IList<String>, IList<String>, String)

WindowsProperties クラスの新しいインスタンスを初期化します。

public WindowsProperties (string includedUpdateClassifications = default, System.Collections.Generic.IList<string> excludedKbNumbers = default, System.Collections.Generic.IList<string> includedKbNumbers = default, string rebootSetting = default);
new Microsoft.Azure.Management.Automation.Models.WindowsProperties : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Automation.Models.WindowsProperties
Public Sub New (Optional includedUpdateClassifications As String = Nothing, Optional excludedKbNumbers As IList(Of String) = Nothing, Optional includedKbNumbers As IList(Of String) = Nothing, Optional rebootSetting As String = Nothing)

パラメーター

includedUpdateClassifications
String

ソフトウェア更新プログラムの構成に含まれる更新プログラムの分類。 必要な値を含むコンマ区切りの文字列。 使用できる値は、'Unclassified'、'Critical'、'Security'、'UpdateRollup'、'FeaturePack'、'ServicePack'、'Definition'、'Tools'、'更新' です。

excludedKbNumbers
IList<String>

ソフトウェア更新プログラムの構成から除外される KB 番号。

includedKbNumbers
IList<String>

ソフトウェア更新プログラムの構成に含まれる KB 番号。

rebootSetting
String

ソフトウェア更新プログラムの構成の再起動設定。

適用対象