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