GatewayRouteListResult Class

Definition

List of virtual network gateway routes.

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

Properties

Value

List of gateway routes.

Explicit Interface Implementations

IJsonModel<GatewayRouteListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GatewayRouteListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GatewayRouteListResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GatewayRouteListResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GatewayRouteListResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to