次の方法で共有


IfNotExistsEvaluationDetails.TotalResources プロパティ

定義

存在条件が適用されるリソースの合計数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="totalResources")]
public int? TotalResources { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalResources")>]
member this.TotalResources : Nullable<int> with get, set
Public Property TotalResources As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象