Share via


ExportRoutePolicy Class

Definition

Export Route Policy either IPv4 or IPv6.

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

Constructors

ExportRoutePolicy()

Initializes a new instance of ExportRoutePolicy.

Properties

ExportIPv4RoutePolicyId

ARM resource ID of RoutePolicy.

ExportIPv6RoutePolicyId

ARM resource ID of RoutePolicy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportRoutePolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportRoutePolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportRoutePolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportRoutePolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportRoutePolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to