Freigeben über


ScanResultDiagnostics Class

Definition

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

Constructors

Name Description
ScanResultDiagnostics()

Creates an new ScanResultDiagnostics instance.

Properties

Name Description
ExceptionCountMap
Notification

Methods

Name Description
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.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