SupportTopic 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.
Defines a unique Support Topic
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SupportTopicTypeConverter))]
public class SupportTopic : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISupportTopic
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SupportTopicTypeConverter))>]
type SupportTopic = class
interface ISupportTopic
interface IJsonSerializable
Public Class SupportTopic
Implements ISupportTopic
- Inheritance
-
SupportTopic
- Attributes
- Implements
Constructors
SupportTopic() |
Creates an new SupportTopic instance. |
Properties
Id |
Support Topic Id |
PesId |
Unique resource Id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SupportTopic. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SupportTopic. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISupportTopic. |
FromJsonString(String) |
Creates a new instance of SupportTopic, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SupportTopic into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |