InformationProtectionKeyword Class

Definition

The information type keyword.

public class InformationProtectionKeyword : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.InformationProtectionKeyword>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.InformationProtectionKeyword>
type InformationProtectionKeyword = class
    interface IJsonModel<InformationProtectionKeyword>
    interface IPersistableModel<InformationProtectionKeyword>
Public Class InformationProtectionKeyword
Implements IJsonModel(Of InformationProtectionKeyword), IPersistableModel(Of InformationProtectionKeyword)
Inheritance
InformationProtectionKeyword
Implements

Constructors

InformationProtectionKeyword()

Initializes a new instance of InformationProtectionKeyword.

Properties

CanBeNumeric

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

Custom

Indicates whether the keyword is custom or not.

Excluded

Indicates whether the keyword is excluded or not.

Pattern

The keyword pattern.

Explicit Interface Implementations

IJsonModel<InformationProtectionKeyword>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<InformationProtectionKeyword>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformationProtectionKeyword>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformationProtectionKeyword>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<InformationProtectionKeyword>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to