NetworkFabricL3IsolationDomainPatch Class

Definition

The L3 Isolation Domain patch resource definition.

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

Constructors

Name Description
NetworkFabricL3IsolationDomainPatch()

Initializes a new instance of NetworkFabricL3IsolationDomainPatch.

Properties

Name Description
AggregateRouteConfiguration

Aggregate route configurations.

Annotation

Switch configuration description.

ConnectedSubnetRoutePolicy

Connected Subnet RoutePolicy.

ExportPolicies

Export Policy for the BGP Monitoring Protocol (BMP) Configuration.

Identity

The managed service identities assigned to this resource.

RedistributeConnectedSubnets

Advertise Connected Subnets. Ex: "True" | "False".

RedistributeStaticRoutes

Advertise Static Routes. Ex: "True" | "False".

StaticRouteExportRoutePolicy

Array of ARM Resource ID of the RoutePolicies.

Tags

Resource tags.

(Inherited from NetworkRackPatch)
V4RoutePrefixLimit

IPv4 VRF Limit configuration.

V6RoutePrefixLimit

IPv6 VRF Limit configuration.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricL3IsolationDomainPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkRackPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkRackPatch)
IJsonModel<NetworkRackPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkRackPatch)
IPersistableModel<NetworkFabricL3IsolationDomainPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricL3IsolationDomainPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricL3IsolationDomainPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkRackPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkRackPatch)
IPersistableModel<NetworkRackPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkRackPatch)
IPersistableModel<NetworkRackPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkRackPatch)

Applies to