NamespacesListResult 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.
Result of the List Namespaces operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NamespacesListResultTypeConverter))]
public class NamespacesListResult : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespacesListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.NamespacesListResultTypeConverter))>]
type NamespacesListResult = class
interface INamespacesListResult
interface IJsonSerializable
Public Class NamespacesListResult
Implements INamespacesListResult
- Inheritance
-
NamespacesListResult
- Attributes
- Implements
Constructors
NamespacesListResult() |
Creates an new NamespacesListResult instance. |
Properties
NextLink |
A link for the next page of namespaces. |
Value |
A collection of namespaces. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NamespacesListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NamespacesListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.INamespacesListResult. |
FromJsonString(String) |
Creates a new instance of NamespacesListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NamespacesListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |