SecurityAlertSimulatorContent 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.
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
| Name | Description |
|---|---|
| SecurityAlertSimulatorContent() |
Initializes a new instance of SecurityAlertSimulatorContent. |
Properties
| Name | Description |
|---|---|
| Properties |
Alert Simulator request body data. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |