InformationProtectionKeyword 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
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.
Indicates whether the keyword can be applied on numeric types or not.