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

SensitivityLabel Class

Definition

The sensitivity label.

public class SensitivityLabel
type SensitivityLabel = class
Public Class SensitivityLabel
Inheritance
SensitivityLabel

Constructors

SensitivityLabel()

Initializes a new instance of the SensitivityLabel class.

SensitivityLabel(String, String, Nullable<Rank>, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the SensitivityLabel class.

Properties

Description

Gets or sets the description of the sensitivity label.

DisplayName

Gets or sets the name of the sensitivity label.

Enabled

Gets or sets indicates whether the label is enabled or not.

Order

Gets or sets the order of the sensitivity label.

Rank

Gets or sets the rank of the sensitivity label. Possible values include: 'None', 'Low', 'Medium', 'High', 'Critical'

Extension Methods

ConverToPSType(SensitivityLabel)

Applies to