共用方式為


IfNotExistsEvaluationDetails.TotalResources Property

Definition

Gets or sets total number of resources to which the existence condition is applicable.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to