NetworkFabricControllerPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Constructors
NetworkFabricControllerPatch() |
Initializes a new instance of NetworkFabricControllerPatch. |
Properties
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |