BuiltInInfoType Class

Definition

Pre-configured sensitive information type.

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

Properties

BuiltInInfoTypeValue

Category of the built-in info type.

Id

Id of the info type.

Name

Display name of the info type.

Explicit Interface Implementations

IJsonModel<BuiltInInfoType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BuiltInInfoType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BuiltInInfoType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BuiltInInfoType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BuiltInInfoType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to