言語

RuleResultsProperties Class

Definition

Rule results properties.

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

Constructors

Name Description
RuleResultsProperties()

Creates an new RuleResultsProperties instance.

Properties

Name Description
LatestScan

Take results from latest scan.

Result

Expected results in the baseline.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RuleResultsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RuleResultsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RuleResultsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to