StaticRoutePatchProperties Class

Definition

Route Properties.

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

Constructors

Name Description
StaticRoutePatchProperties(String, IEnumerable<String>)

Initializes a new instance of StaticRoutePatchProperties.

Properties

Name Description
NextHop

List of next hop addresses.

Prefix

Prefix of the route.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<StaticRoutePatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StaticRoutePatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StaticRoutePatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StaticRoutePatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to