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