DiagnosticSupportTopic 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.
Support topic information
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticSupportTopicTypeConverter))]
public class DiagnosticSupportTopic : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticSupportTopic
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DiagnosticSupportTopicTypeConverter))>]
type DiagnosticSupportTopic = class
interface IDiagnosticSupportTopic
interface IJsonSerializable
Public Class DiagnosticSupportTopic
Implements IDiagnosticSupportTopic
- Inheritance
-
DiagnosticSupportTopic
- Attributes
- Implements
Constructors
DiagnosticSupportTopic() |
Creates an new DiagnosticSupportTopic instance. |
Properties
Id |
Unique topic identifier |
PesId |
PES identifier |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DiagnosticSupportTopic. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DiagnosticSupportTopic. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticSupportTopic. |
FromJsonString(String) |
Creates a new instance of DiagnosticSupportTopic, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DiagnosticSupportTopic into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |