Share via


LinuxProperties Constructors

Definition

Overloads

LinuxProperties()

Initializes a new instance of the LinuxProperties class.

LinuxProperties(String, IList<String>, IList<String>, String)

Initializes a new instance of the LinuxProperties class.

LinuxProperties()

Initializes a new instance of the LinuxProperties class.

public LinuxProperties ();
Public Sub New ()

Applies to

LinuxProperties(String, IList<String>, IList<String>, String)

Initializes a new instance of the LinuxProperties class.

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)

Parameters

includedPackageClassifications
String

Update classifications included in the software update configuration. Possible values include: 'Unclassified', 'Critical', 'Security', 'Other'

excludedPackageNameMasks
IList<String>

packages excluded from the software update configuration.

includedPackageNameMasks
IList<String>

packages included from the software update configuration.

rebootSetting
String

Reboot setting for the software update configuration.

Applies to