SecurityCvss Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CVSS details.
public class SecurityCvss
public class SecurityCvss : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityCvss>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityCvss>
type SecurityCvss = class
type SecurityCvss = class
interface IJsonModel<SecurityCvss>
interface IPersistableModel<SecurityCvss>
Public Class SecurityCvss
Public Class SecurityCvss
Implements IJsonModel(Of SecurityCvss), IPersistableModel(Of SecurityCvss)
- Inheritance
-
SecurityCvss
- Implements
Properties
Base |
CVSS base. |
Explicit Interface Implementations
IJsonModel<SecurityCvss>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityCvss>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityCvss>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityCvss>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityCvss>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET