ArmSecurityCenterModelFactory.InformationProtectionKeyword Method

Definition

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.

isCustom
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.

isExcluded
Nullable<Boolean>

Indicates whether the keyword is excluded or not.

Returns

A new InformationProtectionKeyword instance for mocking.

Applies to