AzureQueryProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- tagSettings
- TagSettingsProperties
VM 的標記設定。