你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FusionSourceSubTypeSetting 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 supported source subtype configuration under a source signal in Fusion detection.
public class FusionSourceSubTypeSetting : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.FusionSourceSubTypeSetting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.FusionSourceSubTypeSetting>
type FusionSourceSubTypeSetting = class
interface IJsonModel<FusionSourceSubTypeSetting>
interface IPersistableModel<FusionSourceSubTypeSetting>
Public Class FusionSourceSubTypeSetting
Implements IJsonModel(Of FusionSourceSubTypeSetting), IPersistableModel(Of FusionSourceSubTypeSetting)
- Inheritance
-
FusionSourceSubTypeSetting
- Implements
Constructors
FusionSourceSubTypeSetting(Boolean, String, FusionSubTypeSeverityFilter) |
Initializes a new instance of FusionSourceSubTypeSetting. |
Properties
IsEnabled |
Determines whether this source subtype under source signal is enabled or disabled in Fusion detection. |
SeverityFilters |
Severity configuration 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 the source subtype under a given source signal in Fusion detection. Refer to Fusion alert rule template for supported values. |
Explicit Interface Implementations
IJsonModel<FusionSourceSubTypeSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FusionSourceSubTypeSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FusionSourceSubTypeSetting>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FusionSourceSubTypeSetting>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FusionSourceSubTypeSetting>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |