你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TopicsListResult Class

Definition

Result of the List Topics operation

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

Constructors

TopicsListResult()

Creates an new TopicsListResult instance.

Properties

NextLink

A link for the next page of topics

Value

A collection of Topics

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TopicsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TopicsListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TopicsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to