NetworkFabricControllerPatch Class

Definition

The Network Fabric Controller Patch payload definition.

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

Constructors

Name Description
NetworkFabricControllerPatch()

Initializes a new instance of NetworkFabricControllerPatch.

Properties

Name Description
Identity

The managed service identities assigned to this resource.

InfrastructureExpressRouteConnections

As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute).

Tags

Resource tags.

(Inherited from NetworkRackPatch)
WorkloadExpressRouteConnections

As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFabricControllerPatch>.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<NetworkFabricControllerPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricControllerPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricControllerPatch>.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