NetworkFabricExternalNetworkPatch Class

Definition

The ExternalNetwork patch resource definition.

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

Constructors

Name Description
NetworkFabricExternalNetworkPatch()

Initializes a new instance of NetworkFabricExternalNetworkPatch.

Properties

Name Description
Annotation

Switch configuration description.

ExportRoutePolicy

Export Route Policy either IPv4 or IPv6.

ImportRoutePolicy

Import Route Policy either IPv4 or IPv6.

NetworkToNetworkInterconnectId

ARM Resource ID of the networkToNetworkInterconnectId of the ExternalNetwork resource.

OptionAProperties

option A properties object.

OptionBProperties

option B properties object.

PeeringOption

Peering option list.

StaticRouteConfiguration

Static Route Configuration.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricExternalNetworkPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricExternalNetworkPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricExternalNetworkPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricExternalNetworkPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to