NetworkFabricControllerData 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.
A class representing the NetworkFabricController data model. The Network Fabric Controller resource definition.
public class NetworkFabricControllerData : Azure.ResourceManager.Models.TrackedResourceData
type NetworkFabricControllerData = class
inherit TrackedResourceData
Public Class NetworkFabricControllerData
Inherits TrackedResourceData
- Inheritance
Constructors
NetworkFabricControllerData(AzureLocation) |
Initializes a new instance of NetworkFabricControllerData. |
Properties
Annotation |
Switch configuration description. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
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). |
InfrastructureServices |
InfrastructureServices IP ranges. |
IPv4AddressSpace |
IPv4 Network Fabric Controller Address Space. |
IPv6AddressSpace |
IPv6 Network Fabric Controller Address Space. |
IsWorkloadManagementNetwork |
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. This is used for the backward compatibility. |
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. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
ManagedResourceGroupConfiguration |
Managed Resource Group configuration properties. |
Name |
The name of the resource. (Inherited from ResourceData) |
NetworkFabricIds |
The NF-ID will be an input parameter used by the NF to link and get associated with the parent NFC Service. |
NfcSku |
Network Fabric Controller SKU. |
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. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
TenantInternetGatewayIds |
List of tenant InternetGateway resource IDs. |
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). |
WorkloadServices |
WorkloadServices IP ranges. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET