SecureScoreItemProperties 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
SecureScoreItemProperties() |
Initializes a new instance of the SecureScoreItemProperties class. |
SecureScoreItemProperties(String, Nullable<Int64>, Nullable<Int32>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the SecureScoreItemProperties class. |
SecureScoreItemProperties()
Initializes a new instance of the SecureScoreItemProperties class.
public SecureScoreItemProperties ();
Public Sub New ()
Applies to
SecureScoreItemProperties(String, Nullable<Int64>, Nullable<Int32>, Nullable<Double>, Nullable<Double>)
Initializes a new instance of the SecureScoreItemProperties class.
public SecureScoreItemProperties (string displayName = default, long? weight = default, int? max = default, double? current = default, double? percentage = default);
new Microsoft.Azure.Management.Security.Models.SecureScoreItemProperties : string * Nullable<int64> * Nullable<int> * Nullable<double> * Nullable<double> -> Microsoft.Azure.Management.Security.Models.SecureScoreItemProperties
Public Sub New (Optional displayName As String = Nothing, Optional weight As Nullable(Of Long) = 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
The initiative’s name
The relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions.
Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point