SecurityInformationTypeInfo Class

Definition

The information type.

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

Constructors

SecurityInformationTypeInfo()

Initializes a new instance of SecurityInformationTypeInfo.

Properties

Custom

Indicates whether the information type is custom or not.

Description

The description of the information type.

DisplayName

The name of the information type.

IsEnabled

Indicates whether the information type is enabled or not.

Keywords

The information type keywords.

Order

The order of the information type.

RecommendedLabelId

The recommended label id to be associated with this information type.

Explicit Interface Implementations

IJsonModel<SecurityInformationTypeInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityInformationTypeInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInformationTypeInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInformationTypeInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityInformationTypeInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to