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