你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecureScoreControlScoreDetails Class

Definition

Calculation result data in control level

[Microsoft.Rest.Serialization.JsonTransformation]
public class SecureScoreControlScoreDetails
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecureScoreControlScoreDetails = class
Public Class SecureScoreControlScoreDetails
Inheritance
SecureScoreControlScoreDetails
Attributes

Constructors

SecureScoreControlScoreDetails()

Initializes a new instance of the SecureScoreControlScoreDetails class.

SecureScoreControlScoreDetails(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, SecureScoreControlDefinitionItem, Nullable<Int32>, Nullable<Double>, Nullable<Double>)

Initializes a new instance of the SecureScoreControlScoreDetails class.

Properties

Current

Gets current score

Definition

Gets or sets information about the security control.

DisplayName

Gets user friendly display name of the control

HealthyResourceCount

Gets number of healthy resources in the control

Max

Gets maximum score available

NotApplicableResourceCount

Gets number of not applicable resources in the control

Percentage

Gets ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point

UnhealthyResourceCount

Gets number of unhealthy resources in the control

Weight

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.

Methods

Validate()

Validate the object.

Applies to