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 識別碼的清單。

locations
IList<String>

要設定查詢範圍的位置清單。

tagSettings
TagSettingsProperties

VM 的標記設定。

適用於