SecurityCve Class

Definition

CVE details.

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

Properties

Link

Link url.

Title

CVE title.

Explicit Interface Implementations

IJsonModel<SecurityCve>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityCve>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityCve>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityCve>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityCve>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to