다음을 통해 공유


UpdateConfiguration 클래스

정의

소프트웨어 업데이트 구성의 특정 속성을 업데이트합니다.

public class UpdateConfiguration
type UpdateConfiguration = class
Public Class UpdateConfiguration
상속
UpdateConfiguration

생성자

UpdateConfiguration()

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

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

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

속성

AzureVirtualMachines

소프트웨어 업데이트 구성의 대상이 되는 Azure 가상 머신에 대한 Azure 리소스 ID 목록을 가져오거나 설정합니다.

Duration

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

Linux

Linux 특정 업데이트 구성을 가져오거나 설정합니다.

NonAzureComputerNames

소프트웨어 업데이트 구성의 대상이 되는 비 azure 머신의 이름 목록을 가져오거나 설정합니다.

OperatingSystem

대상 컴퓨터의 운영 체제를 가져오거나 설정합니다. 가능한 값은 'Windows', 'Linux'입니다.

Targets

소프트웨어 업데이트 구성에 대한 그룹 대상을 가져오거나 설정합니다.

Windows

창별 업데이트 구성을 가져오거나 설정합니다.

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상