다음을 통해 공유


LinuxProperties 생성자

정의

오버로드

LinuxProperties()

LinuxProperties 클래스의 새 instance 초기화합니다.

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

LinuxProperties 클래스의 새 instance 초기화합니다.

LinuxProperties()

LinuxProperties 클래스의 새 instance 초기화합니다.

public LinuxProperties ();
Public Sub New ()

적용 대상

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

LinuxProperties 클래스의 새 instance 초기화합니다.

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

소프트웨어 업데이트 구성에 포함된 업데이트 분류입니다. 가능한 값은 '분류되지 않음', '위험', '보안', '기타'입니다.

excludedPackageNameMasks
IList<String>

소프트웨어 업데이트 구성에서 제외된 패키지입니다.

includedPackageNameMasks
IList<String>

소프트웨어 업데이트 구성에 포함된 패키지입니다.

rebootSetting
String

소프트웨어 업데이트 구성에 대한 다시 부팅 설정입니다.

적용 대상