SecureScoreControlScoreDetails Constructors
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.
Overloads
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. |
SecureScoreControlScoreDetails()
Initializes a new instance of the SecureScoreControlScoreDetails class.
public SecureScoreControlScoreDetails ();
Public Sub New ()
Applies to
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.
public SecureScoreControlScoreDetails (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.SecureScoreControlScoreDetails : 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.SecureScoreControlScoreDetails
Public Sub New (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
- displayName
- String
User friendly display name of the control
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.
Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point