다음을 통해 공유


ScanResultDiagnostics Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ScanResultDiagnosticsTypeConverter))]
public class ScanResultDiagnostics : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScanResultDiagnostics, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ScanResultDiagnosticsTypeConverter))>]
type ScanResultDiagnostics = class
    interface IScanResultDiagnostics
    interface IJsonSerializable
    interface IScanDiagnostics
    interface IValidates
Public Class ScanResultDiagnostics
Implements IScanResultDiagnostics, IValidates
Inheritance
ScanResultDiagnostics
Attributes
Implements

Constructors

ScanResultDiagnostics()

Creates an new ScanResultDiagnostics instance.

Properties

ExceptionCountMap
Notification

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScanResultDiagnostics.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScanResultDiagnostics.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScanResultDiagnostics.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScanResultDiagnostics into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to