GatewayRouteSetsInformation 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.
Gateway Route Sets Information.
public class GatewayRouteSetsInformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.GatewayRouteSetsInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.GatewayRouteSetsInformation>
type GatewayRouteSetsInformation = class
interface IJsonModel<GatewayRouteSetsInformation>
interface IPersistableModel<GatewayRouteSetsInformation>
Public Class GatewayRouteSetsInformation
Implements IJsonModel(Of GatewayRouteSetsInformation), IPersistableModel(Of GatewayRouteSetsInformation)
- Inheritance
-
GatewayRouteSetsInformation
- Implements
Properties
CircuitsMetadataMap |
Dictionary containing map of the circuit id and circuit details. |
LastComputedOn |
Timestamp denoting the last time when the route sets were computed for the gateway. |
NextEligibleComputeOn |
Timestamp denoting the next eligible time to re-compute the route sets for the gateway. |
RouteSets |
List of Gateway Route Sets. |
RouteSetVersion |
Version for the route set. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<GatewayRouteSetsInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GatewayRouteSetsInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GatewayRouteSetsInformation>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GatewayRouteSetsInformation>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GatewayRouteSetsInformation>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |