ThreatIntelligenceExternalReference 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 external reference.
public class ThreatIntelligenceExternalReference
public class ThreatIntelligenceExternalReference : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceExternalReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceExternalReference>
type ThreatIntelligenceExternalReference = class
type ThreatIntelligenceExternalReference = class
interface IJsonModel<ThreatIntelligenceExternalReference>
interface IPersistableModel<ThreatIntelligenceExternalReference>
Public Class ThreatIntelligenceExternalReference
Public Class ThreatIntelligenceExternalReference
Implements IJsonModel(Of ThreatIntelligenceExternalReference), IPersistableModel(Of ThreatIntelligenceExternalReference)
- Inheritance
-
ThreatIntelligenceExternalReference
- Implements
Constructors
ThreatIntelligenceExternalReference() |
Initializes a new instance of ThreatIntelligenceExternalReference. |
Properties
Description |
External reference description. |
ExternalId |
External reference ID. |
Hashes |
External reference hashes. |
SourceName |
External reference source name. |
Uri |
External reference URL. |
Explicit Interface Implementations
IJsonModel<ThreatIntelligenceExternalReference>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ThreatIntelligenceExternalReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ThreatIntelligenceExternalReference>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ThreatIntelligenceExternalReference>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ThreatIntelligenceExternalReference>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET