PeeringListResult 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 paginated list of peerings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringListResultTypeConverter))]
public class PeeringListResult : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringListResultTypeConverter))>]
type PeeringListResult = class
interface IPeeringListResult
interface IJsonSerializable
Public Class PeeringListResult
Implements IPeeringListResult
- Inheritance
-
PeeringListResult
- Attributes
- Implements
Constructors
PeeringListResult() |
Creates an new PeeringListResult instance. |
Properties
NextLink |
The link to fetch the next page of peerings. |
Value |
The list of peerings. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringListResult. |
FromJsonString(String) |
Creates a new instance of PeeringListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |