SecurityAlertSimulatorRequestProperties Class

Definition

Describes properties of an alert simulation request.

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

Constructors

Name Description
SecurityAlertSimulatorRequestProperties()

Initializes a new instance of SecurityAlertSimulatorRequestProperties.

SecurityAlertSimulatorRequestProperties(SecurityCenterKind)

Initializes a new instance of SecurityAlertSimulatorRequestProperties.

Properties

Name Description
AdditionalProperties

Gets the AdditionalProperties.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SecurityAlertSimulatorRequestProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityAlertSimulatorRequestProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityAlertSimulatorRequestProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityAlertSimulatorRequestProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityAlertSimulatorRequestProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to