次の方法で共有


SupportTopic Class

Definition

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.

Applies to