Linguagem

RulesResultsInput Class

Definition

Rules results input.

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

Constructors

Name Description
RulesResultsInput()

Creates an new RulesResultsInput 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 RulesResultsInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RulesResultsInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RulesResultsInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to