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

SecurityAlertSimulatorBundlesRequestProperties()

Initializes a new instance of SecurityAlertSimulatorBundlesRequestProperties.

Properties

AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
(Inherited from SecurityAlertSimulatorRequestProperties)
Bundles

Bundles list.

Explicit Interface Implementations

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