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