SecurityAlertSimulatorContent Class

Definition

Alert Simulator request body.

public class SecurityAlertSimulatorContent
public class SecurityAlertSimulatorContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAlertSimulatorContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAlertSimulatorContent>
type SecurityAlertSimulatorContent = class
type SecurityAlertSimulatorContent = class
    interface IJsonModel<SecurityAlertSimulatorContent>
    interface IPersistableModel<SecurityAlertSimulatorContent>
Public Class SecurityAlertSimulatorContent
Public Class SecurityAlertSimulatorContent
Implements IJsonModel(Of SecurityAlertSimulatorContent), IPersistableModel(Of SecurityAlertSimulatorContent)
Inheritance
SecurityAlertSimulatorContent
Implements

Constructors

SecurityAlertSimulatorContent()

Initializes a new instance of SecurityAlertSimulatorContent.

Properties

Properties

Alert Simulator request body data. Please note SecurityAlertSimulatorRequestProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SecurityAlertSimulatorBundlesRequestProperties.

Explicit Interface Implementations

IJsonModel<SecurityAlertSimulatorContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityAlertSimulatorContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityAlertSimulatorContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityAlertSimulatorContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityAlertSimulatorContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to