SecureScoreControlScoreDetails.Weight Property

Definition

Gets the relative weight for this specific control in each of your subscriptions. Used when calculating an aggregated score for this control across all of your subscriptions.

[Newtonsoft.Json.JsonProperty(PropertyName="weight")]
public long? Weight { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="weight")>]
member this.Weight : Nullable<int64>
Public ReadOnly Property Weight As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to