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

AzureQueryProperties 构造函数

定义

重载

AzureQueryProperties()

初始化 AzureQueryProperties 类的新实例。

AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties)

初始化 AzureQueryProperties 类的新实例。

AzureQueryProperties()

初始化 AzureQueryProperties 类的新实例。

public AzureQueryProperties ();
Public Sub New ()

适用于

AzureQueryProperties(IList<String>, IList<String>, TagSettingsProperties)

初始化 AzureQueryProperties 类的新实例。

public AzureQueryProperties (System.Collections.Generic.IList<string> scope = default, System.Collections.Generic.IList<string> locations = default, Microsoft.Azure.Management.Automation.Models.TagSettingsProperties tagSettings = default);
new Microsoft.Azure.Management.Automation.Models.AzureQueryProperties : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Automation.Models.TagSettingsProperties -> Microsoft.Azure.Management.Automation.Models.AzureQueryProperties
Public Sub New (Optional scope As IList(Of String) = Nothing, Optional locations As IList(Of String) = Nothing, Optional tagSettings As TagSettingsProperties = Nothing)

参数

scope
IList<String>

订阅或资源组 ARM ID 的列表。

locations
IList<String>

要将查询范围限定到的位置列表。

tagSettings
TagSettingsProperties

VM 的标记设置。

适用于