SecureScoreControlScoreDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |