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 以外のクエリの一覧。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET