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

SecureScoreControlDetails Class

Definition

Details of the security control, its score, and the health status of the relevant resources.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SecureScoreControlDetails : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecureScoreControlDetails = class
    inherit Resource
Public Class SecureScoreControlDetails
Inherits Resource
Inheritance
SecureScoreControlDetails
Attributes

Constructors

SecureScoreControlDetails()

Initializes a new instance of the SecureScoreControlDetails class.

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

Initializes a new instance of the SecureScoreControlDetails 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

Id

Gets resource Id

(Inherited from Resource)
Max

Gets maximum score available

Name

Gets resource name

(Inherited from Resource)
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

Type

Gets resource type

(Inherited from Resource)
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.

Extension Methods

ConvertToPSType(SecureScoreControlDetails)

Applies to