Linguagem

RuleResultsInput Class

Definition

Rule results input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.RuleResultsInputTypeConverter))]
public class RuleResultsInput : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRuleResultsInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.RuleResultsInputTypeConverter))>]
type RuleResultsInput = class
    interface IRuleResultsInput
    interface IJsonSerializable
Public Class RuleResultsInput
Implements IRuleResultsInput
Inheritance
RuleResultsInput
Attributes
Implements

Constructors

Name Description
RuleResultsInput()

Creates an new RuleResultsInput instance.

Properties

Name Description
LatestScan

Take results from latest scan.

Result

Expected results to be inserted into the baseline. Leave this field empty if latestScan == true.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RuleResultsInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RuleResultsInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IRuleResultsInput.

FromJsonString(String)

Creates a new instance of RuleResultsInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RuleResultsInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to