Baseline Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
| 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) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |