InformationProtectionPolicyProperties Constructors
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.
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
- version
- String
Describes the version of the policy.
- labels
- IDictionary<String,SensitivityLabel>
Dictionary of sensitivity labels.
- informationTypes
- IDictionary<String,InformationType>
The sensitivity information types.