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

SbNamespaceListResult Class

Definition

The response of the List Namespace operation.

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

Constructors

SbNamespaceListResult()

Creates an new SbNamespaceListResult instance.

Properties

NextLink

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

Value

Result of the List Namespace operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbNamespaceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbNamespaceListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbNamespaceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to