ThreatIntelligenceGranularMarkingEntity 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 threat granular marking model entity.
public class ThreatIntelligenceGranularMarkingEntity
public class ThreatIntelligenceGranularMarkingEntity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceGranularMarkingEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceGranularMarkingEntity>
type ThreatIntelligenceGranularMarkingEntity = class
type ThreatIntelligenceGranularMarkingEntity = class
interface IJsonModel<ThreatIntelligenceGranularMarkingEntity>
interface IPersistableModel<ThreatIntelligenceGranularMarkingEntity>
Public Class ThreatIntelligenceGranularMarkingEntity
Public Class ThreatIntelligenceGranularMarkingEntity
Implements IJsonModel(Of ThreatIntelligenceGranularMarkingEntity), IPersistableModel(Of ThreatIntelligenceGranularMarkingEntity)
- Inheritance
-
ThreatIntelligenceGranularMarkingEntity
- Implements
Constructors
ThreatIntelligenceGranularMarkingEntity() |
Initializes a new instance of ThreatIntelligenceGranularMarkingEntity. |
Properties
Language |
Language granular marking model. |
MarkingRef |
marking reference granular marking model. |
Selectors |
granular marking model selectors. |
Explicit Interface Implementations
IJsonModel<ThreatIntelligenceGranularMarkingEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ThreatIntelligenceGranularMarkingEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ThreatIntelligenceGranularMarkingEntity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ThreatIntelligenceGranularMarkingEntity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ThreatIntelligenceGranularMarkingEntity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET