다음을 통해 공유


ExportRoutePolicyInformation Class

Definition

Export Route Policy Configuration.

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

Constructors

ExportRoutePolicyInformation()

Initializes a new instance of ExportRoutePolicyInformation.

Properties

ExportIPv4RoutePolicyId

Export IPv4 Route Policy Id.

ExportIPv6RoutePolicyId

Export IPv6 Route Policy Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportRoutePolicyInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportRoutePolicyInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportRoutePolicyInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportRoutePolicyInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportRoutePolicyInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to