AddIncidentTaskActionProperties Class

Definition

The AddIncidentTaskActionProperties.

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

Constructors

AddIncidentTaskActionProperties(String)

Initializes a new instance of AddIncidentTaskActionProperties.

Properties

Description

The description of the task.

Title

The title of the task.

Explicit Interface Implementations

IJsonModel<AddIncidentTaskActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AddIncidentTaskActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AddIncidentTaskActionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AddIncidentTaskActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AddIncidentTaskActionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to