다음을 통해 공유


TargetProperties 생성자

정의

오버로드

TargetProperties()

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

TargetProperties(IList<AzureQueryProperties>, IList<NonAzureQueryProperties>)

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

TargetProperties()

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

public TargetProperties();
Public Sub New ()

적용 대상

TargetProperties(IList<AzureQueryProperties>, IList<NonAzureQueryProperties>)

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

public TargetProperties(System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AzureQueryProperties> azureQueries = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties> nonAzureQueries = default);
new Microsoft.Azure.Management.Automation.Models.TargetProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AzureQueryProperties> * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NonAzureQueryProperties> -> Microsoft.Azure.Management.Automation.Models.TargetProperties
Public Sub New (Optional azureQueries As IList(Of AzureQueryProperties) = Nothing, Optional nonAzureQueries As IList(Of NonAzureQueryProperties) = Nothing)

매개 변수

azureQueries
IList<AzureQueryProperties>

소프트웨어 업데이트 구성의 Azure 쿼리 목록입니다.

nonAzureQueries
IList<NonAzureQueryProperties>

소프트웨어 업데이트 구성의 비 Azure 쿼리 목록입니다.

적용 대상