NetworkFabricControllerPatch interface
The Network Fabric Controller Patch payload definition.
- Extends
Properties
infrastructure |
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) |
workload |
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). |
Inherited Properties
tags | Resource tags |
Property Details
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)
infrastructureExpressRouteConnections?: ExpressRouteConnectionInformation[]
Property Value
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).
workloadExpressRouteConnections?: ExpressRouteConnectionInformation[]
Property Value
Inherited Property Details
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TagsUpdate.tags