NetworkFabricController interface
The Network Fabric Controller resource definition.
- Extends
Properties
| annotation | Switch configuration description. |
| 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) |
| infrastructure |
InfrastructureServices IP ranges. |
| ipv4Address |
IPv4 Network Fabric Controller Address Space. |
| ipv6Address |
IPv6 Network Fabric Controller Address Space. |
| is |
A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints. |
| last |
Details of the last operation performed on the resource |
| managed |
Managed Resource Group configuration properties. |
| network |
The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service. |
| nfc |
Network Fabric Controller SKU. |
| provisioning |
Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning. |
| tenant |
List of tenant InternetGateway resource IDs |
| 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). |
| workload |
WorkloadServices IP ranges. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | The geo-location where the resource lives |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
identity
The managed service identities assigned to this resource.
identity?: ManagedServiceIdentity
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
infrastructureServices
InfrastructureServices IP ranges.
infrastructureServices?: ControllerServices
Property Value
ipv4AddressSpace
IPv4 Network Fabric Controller Address Space.
ipv4AddressSpace?: string
Property Value
string
ipv6AddressSpace
IPv6 Network Fabric Controller Address Space.
ipv6AddressSpace?: string
Property Value
string
isWorkloadManagementNetworkEnabled
A workload management network is required for all the tenant (workload) traffic. This traffic is only dedicated for Tenant workloads which are required to access internet or any other MSFT/Public endpoints.
isWorkloadManagementNetworkEnabled?: string
Property Value
string
lastOperation
Details of the last operation performed on the resource
lastOperation?: LastOperationProperties
Property Value
managedResourceGroupConfiguration
Managed Resource Group configuration properties.
managedResourceGroupConfiguration?: ManagedResourceGroupConfiguration
Property Value
networkFabricIds
The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service.
networkFabricIds?: string[]
Property Value
string[]
nfcSku
Network Fabric Controller SKU.
nfcSku?: string
Property Value
string
provisioningState
Provides you the latest status of the NFC service, whether it is Accepted, updating, Succeeded or Failed. During this process, the states keep changing based on the status of NFC provisioning.
provisioningState?: string
Property Value
string
tenantInternetGatewayIds
List of tenant InternetGateway resource IDs
tenantInternetGatewayIds?: string[]
Property Value
string[]
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
workloadServices
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From TrackedResource.type