ScoreDetails 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
ScoreDetails() |
Initializes a new instance of the ScoreDetails class. |
ScoreDetails(Nullable<Int32>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the ScoreDetails class. |
ScoreDetails()
Initializes a new instance of the ScoreDetails class.
public ScoreDetails ();
Public Sub New ()
Applies to
ScoreDetails(Nullable<Int32>, Nullable<Double>, Nullable<Double>)
Initializes a new instance of the ScoreDetails class.
public ScoreDetails (int? max = default, double? current = default, double? percentage = default);
new Microsoft.Azure.Management.Security.Models.ScoreDetails : Nullable<int> * Nullable<double> * Nullable<double> -> Microsoft.Azure.Management.Security.Models.ScoreDetails
Public Sub New (Optional max As Nullable(Of Integer) = Nothing, Optional current As Nullable(Of Double) = Nothing, Optional percentage As Nullable(Of Double) = Nothing)
Parameters
Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point