GatewayRouteListResult 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.
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>
type GatewayRouteListResult = class
interface IJsonModel<GatewayRouteListResult>
interface IPersistableModel<GatewayRouteListResult>
Public Class GatewayRouteListResult
Implements IJsonModel(Of GatewayRouteListResult), IPersistableModel(Of GatewayRouteListResult)
- Inheritance
-
GatewayRouteListResult
- Implements
Properties
Value |
List of gateway routes. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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. |