WindowsProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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'、'更新' です。
- rebootSetting
- String
ソフトウェア更新プログラムの構成の再起動設定。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET