ScanDiagnosticsExceptionCountMap 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ScanDiagnosticsExceptionCountMapTypeConverter))]
public class ScanDiagnosticsExceptionCountMap : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScanDiagnosticsExceptionCountMap, Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Runtime.IAssociativeArray<int>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.ScanDiagnosticsExceptionCountMapTypeConverter))>]
type ScanDiagnosticsExceptionCountMap = class
interface IScanDiagnosticsExceptionCountMap
interface IJsonSerializable
interface IAssociativeArray<int>
Public Class ScanDiagnosticsExceptionCountMap
Implements IAssociativeArray(Of Integer), IScanDiagnosticsExceptionCountMap
- Inheritance
-
ScanDiagnosticsExceptionCountMap
- Attributes
- Implements
Constructors
ScanDiagnosticsExceptionCountMap() |
Creates an new ScanDiagnosticsExceptionCountMap instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, Int32) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScanDiagnosticsExceptionCountMap. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScanDiagnosticsExceptionCountMap. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.IScanDiagnosticsExceptionCountMap. |
FromJsonString(String) |
Creates a new instance of ScanDiagnosticsExceptionCountMap, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScanDiagnosticsExceptionCountMap into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Int32) |
Operators
Implicit(ScanDiagnosticsExceptionCountMap to Dictionary<String,Int32>) |
Explicit Interface Implementations
IAssociativeArray<Int32>.AdditionalProperties | |
IAssociativeArray<Int32>.Count | |
IAssociativeArray<Int32>.Keys | |
IAssociativeArray<Int32>.Values |