Share via


L3ExportRoutePolicy Class

Definition

Array of ARM Resource ID of the RoutePolicies.

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

Constructors

L3ExportRoutePolicy()

Initializes a new instance of L3ExportRoutePolicy.

Properties

ExportIPv4RoutePolicyId

ARM Resource ID of the RoutePolicy.

ExportIPv6RoutePolicyId

ARM Resource ID of the RoutePolicy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<L3ExportRoutePolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<L3ExportRoutePolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<L3ExportRoutePolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<L3ExportRoutePolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<L3ExportRoutePolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to