InputWindowsParameters クラス
- java.
lang. Object - com.
azure. resourcemanager. maintenance. models. InputWindowsParameters
- com.
public final class InputWindowsParameters
Windows マシンにパッチを適用するための入力プロパティ。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| InputWindowsParameters() |
Input |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| List<String> |
classificationsToInclude()
分類 ToInclude |
| Boolean |
excludeKbsRequiringReboot()
[再起動が必要な Kbs を |
| List<String> |
kbNumbersToExclude()
kb |
| List<String> |
kbNumbersToInclude()
kb |
| void |
validate()
インスタンスを検証します。 |
|
Input |
withClassificationsToInclude(List<String> classificationsToInclude)
パッチを適用するパッチの |
|
Input |
withExcludeKbsRequiringReboot(Boolean excludeKbsRequiringReboot)
[再起動が必要な KB を |
|
Input |
withKbNumbersToExclude(List<String> kbNumbersToExclude)
kb |
|
Input |
withKbNumbersToInclude(List<String> kbNumbersToInclude)
kb |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
InputWindowsParameters
public InputWindowsParameters()
InputWindowsParameters クラスのインスタンスを作成します。
メソッドの詳細
classificationsToInclude
public List
classificationsToInclude プロパティを取得します。修正プログラムが適用されるパッチの分類カテゴリです。
Returns:
excludeKbsRequiringReboot
public Boolean excludeKbsRequiringReboot()
excludeKbsRequiringReboot プロパティを取得します。再起動が必要なパッチを除外します。
Returns:
kbNumbersToExclude
public List
kbNumbersToExclude プロパティを取得します。修正プログラムを適用するために除外する Windows KBID。
Returns:
kbNumbersToInclude
public List
kbNumbersToInclude プロパティを取得します。修正プログラムの適用に含める Windows KBID。
Returns:
validate
public void validate()
インスタンスを検証します。
withClassificationsToInclude
public InputWindowsParameters withClassificationsToInclude(List
[classificationsToInclude]\(分類\) プロパティを設定します。パッチの分類カテゴリは、修正プログラムを適用します。
Parameters:
Returns:
withExcludeKbsRequiringReboot
public InputWindowsParameters withExcludeKbsRequiringReboot(Boolean excludeKbsRequiringReboot)
excludeKbsRequiringReboot プロパティを設定します。再起動が必要なパッチを除外します。
Parameters:
Returns:
withKbNumbersToExclude
public InputWindowsParameters withKbNumbersToExclude(List
kbNumbersToExclude プロパティを設定します。修正プログラムを適用するために除外する Windows KBID。
Parameters:
Returns:
withKbNumbersToInclude
public InputWindowsParameters withKbNumbersToInclude(List
修正プログラムを適用するために含める kbNumbersToInclude プロパティ Windows KBID を設定します。
Parameters:
Returns: