ActionableRemediation 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.
The ActionableRemediation.
public class ActionableRemediation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityDevOps.Models.ActionableRemediation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityDevOps.Models.ActionableRemediation>
type ActionableRemediation = class
interface IJsonModel<ActionableRemediation>
interface IPersistableModel<ActionableRemediation>
Public Class ActionableRemediation
Implements IJsonModel(Of ActionableRemediation), IPersistableModel(Of ActionableRemediation)
- Inheritance
-
ActionableRemediation
- Implements
Constructors
ActionableRemediation() |
Initializes a new instance of ActionableRemediation. |
Properties
BranchNames |
Gets or sets branches that should have annotations. For Ignite, we will be supporting a single default branch configuration in the UX. |
Categories |
Gets the categories. |
SeverityLevels |
Gets the severity levels. |
State |
Gets or sets the state. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ActionableRemediation>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ActionableRemediation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ActionableRemediation>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ActionableRemediation>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ActionableRemediation>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |