Language

Baseline Class

Definition

Baseline details.

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

Constructors

Name Description
Baseline()

Creates an new Baseline instance.

Properties

Name Description
ExpectedResult

Expected results.

UpdatedTime

Baseline update time (UTC).

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Baseline.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Baseline.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Baseline into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to