ScanResults 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.
A list of vulnerability assessment scan results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanResultsTypeConverter))]
public class ScanResults : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IScanResults
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ScanResultsTypeConverter))>]
type ScanResults = class
interface IScanResults
interface IJsonSerializable
Public Class ScanResults
Implements IScanResults
- Inheritance
-
ScanResults
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ScanResults() |
Creates an new ScanResults instance. |
Properties
| Name | Description |
|---|---|
| NextLink | |
| Value |
List of vulnerability assessment scan results. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScanResults. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScanResults. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IScanResults. |
| FromJsonString(String) |
Creates a new instance of ScanResults, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScanResults into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |