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

SecureScoreControlDetails Constructors

Definition

Overloads

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.

SecureScoreControlDetails()

Initializes a new instance of the SecureScoreControlDetails class.

public SecureScoreControlDetails ();
Public Sub New ()

Applies to

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.

public SecureScoreControlDetails (string id = default, string name = default, string type = default, string displayName = default, int? healthyResourceCount = default, int? unhealthyResourceCount = default, int? notApplicableResourceCount = default, long? weight = default, Microsoft.Azure.Management.Security.Models.SecureScoreControlDefinitionItem definition = default, int? max = default, double? current = default, double? percentage = default);
new Microsoft.Azure.Management.Security.Models.SecureScoreControlDetails : string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int64> * Microsoft.Azure.Management.Security.Models.SecureScoreControlDefinitionItem * Nullable<int> * Nullable<double> * Nullable<double> -> Microsoft.Azure.Management.Security.Models.SecureScoreControlDetails
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional healthyResourceCount As Nullable(Of Integer) = Nothing, Optional unhealthyResourceCount As Nullable(Of Integer) = Nothing, Optional notApplicableResourceCount As Nullable(Of Integer) = Nothing, Optional weight As Nullable(Of Long) = Nothing, Optional definition As SecureScoreControlDefinitionItem = Nothing, Optional max As Nullable(Of Integer) = Nothing, Optional current As Nullable(Of Double) = Nothing, Optional percentage As Nullable(Of Double) = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

displayName
String

User friendly display name of the control

healthyResourceCount
Nullable<Int32>

Number of healthy resources in the control

unhealthyResourceCount
Nullable<Int32>

Number of unhealthy resources in the control

notApplicableResourceCount
Nullable<Int32>

Number of not applicable resources in the control

weight
Nullable<Int64>

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.

definition
SecureScoreControlDefinitionItem

Information about the security control.

max
Nullable<Int32>

Maximum score available

current
Nullable<Double>

Current score

percentage
Nullable<Double>

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

Applies to