次の方法で共有


QueryResponse.ResultTruncated プロパティ

定義

取得または設定は、クエリ結果が切り捨てられるかどうかを示します。 指定できる値は、'true'、'false' です。

[Newtonsoft.Json.JsonProperty(PropertyName="resultTruncated")]
public Microsoft.Azure.Management.ResourceGraph.Models.ResultTruncated ResultTruncated { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resultTruncated")>]
member this.ResultTruncated : Microsoft.Azure.Management.ResourceGraph.Models.ResultTruncated with get, set
Public Property ResultTruncated As ResultTruncated

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象