NetworkFabricControllerPatch interface
The Network Fabric Controller Patch payload definition.
- Extends
Properties
| identity | The managed service identities assigned to this resource. |
| 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
identity
The managed service identities assigned to this resource.
identity?: ManagedServiceIdentityPatch
Property Value
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?: Record<string, string>
Property Value
Record<string, string>
Inherited From TagsUpdate.tags