ArmSecurityCenterModelFactory.InformationProtectionKeyword Method
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.
public static Azure.ResourceManager.SecurityCenter.Models.InformationProtectionKeyword InformationProtectionKeyword(string pattern = default, bool? isCustom = default, bool? canBeNumeric = default, bool? isExcluded = default);
static member InformationProtectionKeyword : string * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.SecurityCenter.Models.InformationProtectionKeyword
Public Shared Function InformationProtectionKeyword (Optional pattern As String = Nothing, Optional isCustom As Nullable(Of Boolean) = Nothing, Optional canBeNumeric As Nullable(Of Boolean) = Nothing, Optional isExcluded As Nullable(Of Boolean) = Nothing) As InformationProtectionKeyword
Parameters
- pattern
- String
The keyword pattern.
Indicates whether the keyword can be applied on numeric types or not.
Returns
A new InformationProtectionKeyword instance for mocking.