FusionTemplateSourceSubType 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.
Represents a source subtype under a source signal consumed in Fusion detection.
public class FusionTemplateSourceSubType : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.FusionTemplateSourceSubType>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.FusionTemplateSourceSubType>
type FusionTemplateSourceSubType = class
interface IJsonModel<FusionTemplateSourceSubType>
interface IPersistableModel<FusionTemplateSourceSubType>
Public Class FusionTemplateSourceSubType
Implements IJsonModel(Of FusionTemplateSourceSubType), IPersistableModel(Of FusionTemplateSourceSubType)
- Inheritance
-
FusionTemplateSourceSubType
- Implements
Constructors
FusionTemplateSourceSubType(String, FusionTemplateSubTypeSeverityFilter) |
Initializes a new instance of FusionTemplateSourceSubType. |
Properties
SeverityFilter |
Severity configuration available for a source subtype consumed in fusion detection. |
SourceSubTypeDisplayName |
The display name of source subtype under a source signal consumed in Fusion detection. |
SourceSubTypeName |
The name of source subtype under a source signal consumed in Fusion detection. |
Explicit Interface Implementations
IJsonModel<FusionTemplateSourceSubType>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FusionTemplateSourceSubType>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FusionTemplateSourceSubType>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FusionTemplateSourceSubType>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FusionTemplateSourceSubType>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET