SecurityInsightsBookmarkIncidentInfo 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.
Describes related incident information for the bookmark.
public class SecurityInsightsBookmarkIncidentInfo
public class SecurityInsightsBookmarkIncidentInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsBookmarkIncidentInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsBookmarkIncidentInfo>
type SecurityInsightsBookmarkIncidentInfo = class
type SecurityInsightsBookmarkIncidentInfo = class
interface IJsonModel<SecurityInsightsBookmarkIncidentInfo>
interface IPersistableModel<SecurityInsightsBookmarkIncidentInfo>
Public Class SecurityInsightsBookmarkIncidentInfo
Public Class SecurityInsightsBookmarkIncidentInfo
Implements IJsonModel(Of SecurityInsightsBookmarkIncidentInfo), IPersistableModel(Of SecurityInsightsBookmarkIncidentInfo)
- Inheritance
-
SecurityInsightsBookmarkIncidentInfo
- Implements
Constructors
SecurityInsightsBookmarkIncidentInfo() |
Initializes a new instance of SecurityInsightsBookmarkIncidentInfo. |
Properties
IncidentId |
Incident Id. |
RelationName |
Relation Name. |
Severity |
The severity of the incident. |
Title |
The title of the incident. |
Explicit Interface Implementations
IJsonModel<SecurityInsightsBookmarkIncidentInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityInsightsBookmarkIncidentInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityInsightsBookmarkIncidentInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityInsightsBookmarkIncidentInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityInsightsBookmarkIncidentInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET