Dela via


SbTopicListResult Class

Definition

The response to the List Topics operation.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbTopicListResultTypeConverter))]
public class SbTopicListResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbTopicListResult
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbTopicListResultTypeConverter))>]
type SbTopicListResult = class
    interface ISbTopicListResult
    interface IJsonSerializable
Public Class SbTopicListResult
Implements ISbTopicListResult
Inheritance
SbTopicListResult
Attributes
Implements

Constructors

SbTopicListResult()

Creates an new SbTopicListResult instance.

Properties

NextLink

Link to the next set of results. Not empty if Value contains incomplete list of topics.

Value

Result of the List Topics operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbTopicListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbTopicListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbTopicListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbTopicListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to