你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 查询列表。

适用于