Aracılığıyla paylaş


InformationProtectionPolicyProperties Constructors

Definition

Overloads

InformationProtectionPolicyProperties()

Initializes a new instance of the InformationProtectionPolicyProperties class.

InformationProtectionPolicyProperties(Nullable<DateTime>, String, IDictionary<String,SensitivityLabel>, IDictionary<String,InformationType>)

Initializes a new instance of the InformationProtectionPolicyProperties class.

InformationProtectionPolicyProperties()

Initializes a new instance of the InformationProtectionPolicyProperties class.

public InformationProtectionPolicyProperties ();
Public Sub New ()

Applies to

InformationProtectionPolicyProperties(Nullable<DateTime>, String, IDictionary<String,SensitivityLabel>, IDictionary<String,InformationType>)

Initializes a new instance of the InformationProtectionPolicyProperties class.

public InformationProtectionPolicyProperties (DateTime? lastModifiedUtc = default, string version = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Security.Models.SensitivityLabel> labels = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.Security.Models.InformationType> informationTypes = default);
new Microsoft.Azure.Management.Security.Models.InformationProtectionPolicyProperties : Nullable<DateTime> * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Security.Models.SensitivityLabel> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.Security.Models.InformationType> -> Microsoft.Azure.Management.Security.Models.InformationProtectionPolicyProperties
Public Sub New (Optional lastModifiedUtc As Nullable(Of DateTime) = Nothing, Optional version As String = Nothing, Optional labels As IDictionary(Of String, SensitivityLabel) = Nothing, Optional informationTypes As IDictionary(Of String, InformationType) = Nothing)

Parameters

lastModifiedUtc
Nullable<DateTime>

Describes the last UTC time the policy was modified.

version
String

Describes the version of the policy.

labels
IDictionary<String,SensitivityLabel>

Dictionary of sensitivity labels.

informationTypes
IDictionary<String,InformationType>

The sensitivity information types.

Applies to