UpdateConfiguration 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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 관련 업데이트 구성.
소프트웨어 업데이트 구성 실행에 허용되는 최대 시간입니다. ISO8601에 따라 PT[n]H[n]M[n]S 형식을 사용하여 기간을 지정해야 합니다.
- targets
- TargetProperties
소프트웨어 업데이트 구성에 대한 대상을 그룹화합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET