UserDefinedInformationType Class

Definition

Custom user-defined information type.

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

Properties

Description

Description of the info type.

Id

Id of the info type.

Name

Display name of the info type.

Explicit Interface Implementations

IJsonModel<UserDefinedInformationType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UserDefinedInformationType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UserDefinedInformationType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UserDefinedInformationType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UserDefinedInformationType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to