Share via


InformationProtectionPolicy Constructors

Definition

Overloads

InformationProtectionPolicy()

Initializes a new instance of the InformationProtectionPolicy class.

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

Initializes a new instance of the InformationProtectionPolicy class.

InformationProtectionPolicy()

Initializes a new instance of the InformationProtectionPolicy class.

public InformationProtectionPolicy ();
Public Sub New ()

Applies to

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

Initializes a new instance of the InformationProtectionPolicy class.

public InformationProtectionPolicy (string id = default, string name = default, string type = default, 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.InformationProtectionPolicy : string * string * string * 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.InformationProtectionPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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

id
String

Resource Id

name
String

Resource name

type
String

Resource type

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