Share via


SecureScoreItem.Weight Property

Definition

Gets the relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to