RulesResultsContent 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.
Rules results input.
public class RulesResultsContent
public class RulesResultsContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.RulesResultsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.RulesResultsContent>
type RulesResultsContent = class
type RulesResultsContent = class
interface IJsonModel<RulesResultsContent>
interface IPersistableModel<RulesResultsContent>
Public Class RulesResultsContent
Public Class RulesResultsContent
Implements IJsonModel(Of RulesResultsContent), IPersistableModel(Of RulesResultsContent)
- Inheritance
-
RulesResultsContent
- Implements
Constructors
RulesResultsContent() |
Initializes a new instance of RulesResultsContent. |
Properties
LatestScan |
Take results from latest scan. |
Results |
Expected results to be inserted into the baseline. Leave this field empty it LatestScan == true. |
Explicit Interface Implementations
IJsonModel<RulesResultsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RulesResultsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RulesResultsContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RulesResultsContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RulesResultsContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET