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>
type EffectiveRouteListResult = class
    interface IJsonModel<EffectiveRouteListResult>
    interface IPersistableModel<EffectiveRouteListResult>
Public Class EffectiveRouteListResult
Implements IJsonModel(Of EffectiveRouteListResult), IPersistableModel(Of EffectiveRouteListResult)
Inheritance
EffectiveRouteListResult
Implements

Properties

Name Description
NextLink

The link to the next page of items.

Value

The EffectiveRoute items on this page.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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