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
type NetworkFabricControllerPatch = class
inherit NetworkRackPatch
Public Class NetworkFabricControllerPatch
Inherits NetworkRackPatch
- Inheritance
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). |
Applies to
Azure SDK for .NET