ArmSecurityCenterModelFactory.InformationProtectionSensitivityLabel Method
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.
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.
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.