Aracılığıyla paylaş


InformationProtectionKeyword Constructors

Definition

Overloads

InformationProtectionKeyword()

Initializes a new instance of the InformationProtectionKeyword class.

InformationProtectionKeyword(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the InformationProtectionKeyword class.

InformationProtectionKeyword()

Initializes a new instance of the InformationProtectionKeyword class.

public InformationProtectionKeyword ();
Public Sub New ()

Applies to

InformationProtectionKeyword(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the InformationProtectionKeyword class.

public InformationProtectionKeyword (string pattern = default, bool? custom = default, bool? canBeNumeric = default, bool? excluded = default);
new Microsoft.Azure.Management.Security.Models.InformationProtectionKeyword : string * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Security.Models.InformationProtectionKeyword
Public Sub New (Optional pattern As String = Nothing, Optional custom As Nullable(Of Boolean) = Nothing, Optional canBeNumeric As Nullable(Of Boolean) = Nothing, Optional excluded As Nullable(Of Boolean) = Nothing)

Parameters

pattern
String

The keyword pattern.

custom
Nullable<Boolean>

Indicates whether the keyword is custom or not.

canBeNumeric
Nullable<Boolean>

Indicates whether the keyword can be applied on numeric types or not.

excluded
Nullable<Boolean>

Indicates whether the keyword is excluded or not.

Applies to