TargetProperties 建構函式

定義

多載

TargetProperties()

初始化 TargetProperties 類別的新實例。

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

初始化 TargetProperties 類別的新實例。

TargetProperties()

初始化 TargetProperties 類別的新實例。

public TargetProperties ();
Public Sub New ()

適用於

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

初始化 TargetProperties 類別的新實例。

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 查詢清單。

適用於