Linguagem

BaselineAdjustedResult Class

Definition

The rule result adjusted with baseline.

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

Constructors

Name Description
BaselineAdjustedResult()

Creates an new BaselineAdjustedResult instance.

Properties

Name Description
BaselineExpectedResult

Expected results.

BaselineUpdatedTime

Baseline update time (UTC).

ResultsNotInBaseline

Results that are not in the baseline.

ResultsOnlyInBaseline

Results that are in the baseline.

Status

The rule result status.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BaselineAdjustedResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BaselineAdjustedResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BaselineAdjustedResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to