SbNamespaceListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |