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