SecureScoreItem Class
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.
Secure score item data model
[Microsoft.Rest.Serialization.JsonTransformation]
public class SecureScoreItem : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecureScoreItem = class
inherit Resource
Public Class SecureScoreItem
Inherits Resource
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| SecureScoreItem() |
Initializes a new instance of the SecureScoreItem class. |
| SecureScoreItem(String, String, String, String, Nullable<Int64>, Nullable<Int32>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the SecureScoreItem class. |
Properties
| Name | Description |
|---|---|
| Current |
Gets current score |
| DisplayName |
Gets the initiative’s name |
| Id |
Gets resource Id (Inherited from Resource) |
| Max |
Gets maximum score available |
| Name |
Gets resource name (Inherited from Resource) |
| Percentage |
Gets ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point |
| Type |
Gets resource type (Inherited from Resource) |
| Weight |
Gets the relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |
Extension Methods
| Name | Description |
|---|---|
| ConvertToPSType(SecureScoreItem) | |