Dela via


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.Api20221001Preview.SbNamespaceListResultTypeConverter))]
public class SbNamespaceListResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbNamespaceListResult
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.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.Api20221001Preview.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