RouteListResult Class

Definition

The response of a Route list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.RouteListResultTypeConverter))]
public class RouteListResult : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IRouteListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.RouteListResultTypeConverter))>]
type RouteListResult = class
    interface IRouteListResult
    interface IJsonSerializable
Public Class RouteListResult
Implements IRouteListResult
Inheritance
RouteListResult
Attributes
Implements

Constructors

Name Description
RouteListResult()

Creates an new RouteListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The Route items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RouteListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RouteListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IRouteListResult.

FromJsonString(String)

Creates a new instance of RouteListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RouteListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to