次の方法で共有


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 以外のクエリの一覧。

適用対象