Language

ScansV2 Class

Definition

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)

Deserializes a PSObject into an instance of ScansV2.

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)

Serializes this instance of ScansV2 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to