ArmSecurityCenterModelFactory.InformationProtectionSensitivityLabel Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.InformationProtectionSensitivityLabel InformationProtectionSensitivityLabel(string name = default, string id = default, float? order = default);
static member InformationProtectionSensitivityLabel : string * string * Nullable<single> -> Azure.ResourceManager.SecurityCenter.Models.InformationProtectionSensitivityLabel
Public Shared Function InformationProtectionSensitivityLabel (Optional name As String = Nothing, Optional id As String = Nothing, Optional order As Nullable(Of Single) = Nothing) As InformationProtectionSensitivityLabel

Parameters

name
String

The display name of the label.

id
String

The ID of the label.

order
Nullable<Single>

Labels are ordered by sensitivity level. The higher the order of the label, the more sensitive it is.

Returns

A new InformationProtectionSensitivityLabel instance for mocking.

Applies to