QueryRequest コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
QueryRequest() |
QueryRequest クラスの新しいインスタンスを初期化します。 |
QueryRequest(IList<String>, String, QueryRequestOptions, IList<FacetRequest>) |
QueryRequest クラスの新しいインスタンスを初期化します。 このコンストラクターは、以前のバージョンの ResourceGraph パッケージで使用されており、下位互換性のために必要です。 |
QueryRequest(String, IList<String>, IList<String>, QueryRequestOptions, IList<FacetRequest>) |
QueryRequest クラスの新しいインスタンスを初期化します。 |
QueryRequest()
QueryRequest クラスの新しいインスタンスを初期化します。
public QueryRequest ();
Public Sub New ()
適用対象
QueryRequest(IList<String>, String, QueryRequestOptions, IList<FacetRequest>)
QueryRequest クラスの新しいインスタンスを初期化します。 このコンストラクターは、以前のバージョンの ResourceGraph パッケージで使用されており、下位互換性のために必要です。
public QueryRequest (System.Collections.Generic.IList<string> subscriptions, string query, Microsoft.Azure.Management.ResourceGraph.Models.QueryRequestOptions options = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.FacetRequest> facets = default);
new Microsoft.Azure.Management.ResourceGraph.Models.QueryRequest : System.Collections.Generic.IList<string> * string * Microsoft.Azure.Management.ResourceGraph.Models.QueryRequestOptions * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.FacetRequest> -> Microsoft.Azure.Management.ResourceGraph.Models.QueryRequest
Public Sub New (subscriptions As IList(Of String), query As String, Optional options As QueryRequestOptions = Nothing, Optional facets As IList(Of FacetRequest) = Nothing)
パラメーター
- query
- String
リソース クエリ。
- options
- QueryRequestOptions
クエリ評価オプション
- facets
- IList<FacetRequest>
クエリ結果に対して計算されるファセット要求の配列。
適用対象
QueryRequest(String, IList<String>, IList<String>, QueryRequestOptions, IList<FacetRequest>)
QueryRequest クラスの新しいインスタンスを初期化します。
public QueryRequest (string query, System.Collections.Generic.IList<string> subscriptions = default, System.Collections.Generic.IList<string> managementGroups = default, Microsoft.Azure.Management.ResourceGraph.Models.QueryRequestOptions options = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.FacetRequest> facets = default);
new Microsoft.Azure.Management.ResourceGraph.Models.QueryRequest : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.ResourceGraph.Models.QueryRequestOptions * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceGraph.Models.FacetRequest> -> Microsoft.Azure.Management.ResourceGraph.Models.QueryRequest
Public Sub New (query As String, Optional subscriptions As IList(Of String) = Nothing, Optional managementGroups As IList(Of String) = Nothing, Optional options As QueryRequestOptions = Nothing, Optional facets As IList(Of FacetRequest) = Nothing)
パラメーター
- query
- String
リソース クエリ。
- options
- QueryRequestOptions
クエリ評価オプション
- facets
- IList<FacetRequest>
クエリ結果に対して計算されるファセット要求の配列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET