SecurityAlertSimulatorBundlesRequestProperties Class

Definition

Simulate alerts according to this bundles.

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

Constructors

Name Description
SecurityAlertSimulatorBundlesRequestProperties()

Initializes a new instance of SecurityAlertSimulatorBundlesRequestProperties.

Properties

Name Description
AdditionalProperties

Gets the AdditionalProperties.

(Inherited from SecurityAlertSimulatorRequestProperties)
Bundles

Bundles list.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<SecurityAlertSimulatorBundlesRequestProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityAlertSimulatorRequestProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SecurityAlertSimulatorRequestProperties)
IJsonModel<SecurityAlertSimulatorRequestProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityAlertSimulatorRequestProperties)
IPersistableModel<SecurityAlertSimulatorBundlesRequestProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityAlertSimulatorBundlesRequestProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityAlertSimulatorBundlesRequestProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityAlertSimulatorRequestProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityAlertSimulatorRequestProperties)
IPersistableModel<SecurityAlertSimulatorRequestProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SecurityAlertSimulatorRequestProperties)
IPersistableModel<SecurityAlertSimulatorRequestProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityAlertSimulatorRequestProperties)

Applies to