Share via


TopicTypesListResult Class

Definition

Result of the List Topic Types operation

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicTypesListResultTypeConverter))]
public class TopicTypesListResult : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicTypesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.TopicTypesListResultTypeConverter))>]
type TopicTypesListResult = class
    interface ITopicTypesListResult
    interface IJsonSerializable
Public Class TopicTypesListResult
Implements ITopicTypesListResult
Inheritance
TopicTypesListResult
Attributes
Implements

Constructors

TopicTypesListResult()

Creates an new TopicTypesListResult instance.

Properties

Value

A collection of topic types

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TopicTypesListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TopicTypesListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.ITopicTypesListResult.

FromJsonString(String)

Creates a new instance of TopicTypesListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TopicTypesListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to