DiagnosticsProperties 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.
Diagnostics resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticsPropertiesTypeConverter))]
public class DiagnosticsProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticsPropertiesTypeConverter))>]
type DiagnosticsProperties = class
interface IDiagnosticsProperties
interface IJsonSerializable
Public Class DiagnosticsProperties
Implements IDiagnosticsProperties
- Inheritance
-
DiagnosticsProperties
- Attributes
- Implements
Constructors
DiagnosticsProperties() |
Creates an new DiagnosticsProperties instance. |
Properties
DataProviderMetadataPropertyBag |
Collection of properties |
DataProviderMetadataProviderName |
Name of data provider |
Dataset |
Set of data collections associated with the response. |
MetadataAnalysisType |
List of analysis types |
MetadataAuthor |
Authors' names of the detector |
MetadataCategory |
Category of the detector |
MetadataDescription |
Details of the diagnostics info |
MetadataId |
Unique detector name |
MetadataName |
Display Name of the detector |
MetadataScore |
Authors' names of the detector |
MetadataSupportTopicList |
List of support topics |
MetadataType |
Authors' names of the detector |
StatusId |
Status |
StatusMessage |
Diagnostic message |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiagnosticsProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiagnosticsProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticsProperties. |
FromJsonString(String) |
Creates a new instance of DiagnosticsProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiagnosticsProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |