다음을 통해 공유


UpdateConfiguration 생성자

정의

오버로드

UpdateConfiguration()

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

UpdateConfiguration(OperatingSystemType, WindowsProperties, LinuxProperties, Nullable<TimeSpan>, IList<String>, IList<String>, TargetProperties)

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

UpdateConfiguration()

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

public UpdateConfiguration();
Public Sub New ()

적용 대상

UpdateConfiguration(OperatingSystemType, WindowsProperties, LinuxProperties, Nullable<TimeSpan>, IList<String>, IList<String>, TargetProperties)

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

public UpdateConfiguration(Microsoft.Azure.Management.Automation.Models.OperatingSystemType operatingSystem, Microsoft.Azure.Management.Automation.Models.WindowsProperties windows = default, Microsoft.Azure.Management.Automation.Models.LinuxProperties linux = default, TimeSpan? duration = default, System.Collections.Generic.IList<string> azureVirtualMachines = default, System.Collections.Generic.IList<string> nonAzureComputerNames = default, Microsoft.Azure.Management.Automation.Models.TargetProperties targets = default);
new Microsoft.Azure.Management.Automation.Models.UpdateConfiguration : Microsoft.Azure.Management.Automation.Models.OperatingSystemType * Microsoft.Azure.Management.Automation.Models.WindowsProperties * Microsoft.Azure.Management.Automation.Models.LinuxProperties * Nullable<TimeSpan> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Automation.Models.TargetProperties -> Microsoft.Azure.Management.Automation.Models.UpdateConfiguration
Public Sub New (operatingSystem As OperatingSystemType, Optional windows As WindowsProperties = Nothing, Optional linux As LinuxProperties = Nothing, Optional duration As Nullable(Of TimeSpan) = Nothing, Optional azureVirtualMachines As IList(Of String) = Nothing, Optional nonAzureComputerNames As IList(Of String) = Nothing, Optional targets As TargetProperties = Nothing)

매개 변수

operatingSystem
OperatingSystemType

대상 컴퓨터의 운영 체제입니다. 가능한 값은 'Windows', 'Linux'입니다.

windows
WindowsProperties

Windows 관련 업데이트 구성.

linux
LinuxProperties

Linux 관련 업데이트 구성.

duration
Nullable<TimeSpan>

소프트웨어 업데이트 구성 실행에 허용되는 최대 시간입니다. ISO8601에 따라 PT[n]H[n]M[n]S 형식을 사용하여 기간을 지정해야 합니다.

azureVirtualMachines
IList<String>

소프트웨어 업데이트 구성의 대상이 되는 Azure 가상 머신에 대한 Azure 리소스 ID 목록입니다.

nonAzureComputerNames
IList<String>

소프트웨어 업데이트 구성의 대상이 되는 비 Azure 머신의 이름 목록입니다.

targets
TargetProperties

소프트웨어 업데이트 구성에 대한 대상을 그룹화합니다.

적용 대상