EffectiveRouteListResult Class

Definition

Response for list effective route API service call.

public class EffectiveRouteListResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.EffectiveRouteListResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.EffectiveRouteListResult>
public class EffectiveRouteListResult
type EffectiveRouteListResult = class
    interface IJsonModel<EffectiveRouteListResult>
    interface IPersistableModel<EffectiveRouteListResult>
type EffectiveRouteListResult = class
Public Class EffectiveRouteListResult
Implements IJsonModel(Of EffectiveRouteListResult), IPersistableModel(Of EffectiveRouteListResult)
Public Class EffectiveRouteListResult
Inheritance
EffectiveRouteListResult
Implements

Properties

NextLink

The URL to get the next set of results.

Value

A list of effective routes.

Explicit Interface Implementations

IJsonModel<EffectiveRouteListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EffectiveRouteListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EffectiveRouteListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EffectiveRouteListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EffectiveRouteListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to