L3ExportRoutePolicyPatch Class

Definition

Array of ARM Resource ID of the RoutePolicies.

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

Constructors

Name Description
L3ExportRoutePolicyPatch()

Initializes a new instance of L3ExportRoutePolicyPatch.

Properties

Name Description
ExportIPv4RoutePolicyId

ARM Resource ID of the RoutePolicy.

ExportIPv6RoutePolicyId

ARM Resource ID of the RoutePolicy.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<L3ExportRoutePolicyPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<L3ExportRoutePolicyPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<L3ExportRoutePolicyPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<L3ExportRoutePolicyPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<L3ExportRoutePolicyPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to