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

SecureScoreControlDefinitionItem Class

Definition

Information about the security control.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SecureScoreControlDefinitionItem : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecureScoreControlDefinitionItem = class
    inherit Resource
Public Class SecureScoreControlDefinitionItem
Inherits Resource
Inheritance
SecureScoreControlDefinitionItem
Attributes

Constructors

SecureScoreControlDefinitionItem()

Initializes a new instance of the SecureScoreControlDefinitionItem class.

SecureScoreControlDefinitionItem(String, String, String, String, String, Nullable<Int32>, SecureScoreControlDefinitionSource, IList<AzureResourceLink>)

Initializes a new instance of the SecureScoreControlDefinitionItem class.

Properties

AssessmentDefinitions

Gets array of assessments metadata IDs that are included in this security control

Description

Gets user friendly description of the control

DisplayName

Gets user friendly display name of the control

Id

Gets resource Id

(Inherited from Resource)
MaxScore

Gets maximum control score (0..10)

Name

Gets resource name

(Inherited from Resource)
Source

Gets source object from which the control was created

Type

Gets resource type

(Inherited from Resource)

Methods

Validate()

Validate the object.

Extension Methods

ConvertToPSType(SecureScoreControlDefinitionItem)

Applies to