LinuxProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
LinuxProperties() |
LinuxProperties クラスの新しいインスタンスを初期化します。 |
LinuxProperties(String, IList<String>, IList<String>, String) |
LinuxProperties クラスの新しいインスタンスを初期化します。 |
LinuxProperties()
LinuxProperties クラスの新しいインスタンスを初期化します。
public LinuxProperties();
Public Sub New ()
適用対象
LinuxProperties(String, IList<String>, IList<String>, String)
LinuxProperties クラスの新しいインスタンスを初期化します。
public LinuxProperties(string includedPackageClassifications = default, System.Collections.Generic.IList<string> excludedPackageNameMasks = default, System.Collections.Generic.IList<string> includedPackageNameMasks = default, string rebootSetting = default);
new Microsoft.Azure.Management.Automation.Models.LinuxProperties : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Automation.Models.LinuxProperties
Public Sub New (Optional includedPackageClassifications As String = Nothing, Optional excludedPackageNameMasks As IList(Of String) = Nothing, Optional includedPackageNameMasks As IList(Of String) = Nothing, Optional rebootSetting As String = Nothing)
パラメーター
- includedPackageClassifications
- String
ソフトウェア更新プログラムの構成に含まれる更新プログラムの分類。 使用可能な値は、'Unclassified'、'Critical'、'Security'、'Other' です。
- rebootSetting
- String
ソフトウェア更新プログラムの構成の再起動設定。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET