RoutingConfiguration 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.
Routing Configuration indicating the associated and propagated route tables for this connection.
public class RoutingConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.RoutingConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.RoutingConfiguration>
public class RoutingConfiguration
type RoutingConfiguration = class
interface IJsonModel<RoutingConfiguration>
interface IPersistableModel<RoutingConfiguration>
type RoutingConfiguration = class
Public Class RoutingConfiguration
Implements IJsonModel(Of RoutingConfiguration), IPersistableModel(Of RoutingConfiguration)
Public Class RoutingConfiguration
- Inheritance
-
RoutingConfiguration
- Implements
Constructors
RoutingConfiguration() |
Initializes a new instance of RoutingConfiguration. |
Properties
AssociatedRouteTableId |
Gets or sets Id. |
InboundRouteMapId |
Gets or sets Id. |
OutboundRouteMapId |
Gets or sets Id. |
PropagatedRouteTables |
The list of RouteTables to advertise the routes to. |
VnetRoutes |
List of routes that control routing from VirtualHub into a virtual network connection. |
Explicit Interface Implementations
IJsonModel<RoutingConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RoutingConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RoutingConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RoutingConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RoutingConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET