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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricControllerData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricControllerData>
type NetworkFabricControllerData = class
inherit TrackedResourceData
interface IJsonModel<NetworkFabricControllerData>
interface IPersistableModel<NetworkFabricControllerData>
Public Class NetworkFabricControllerData
Inherits TrackedResourceData
Implements IJsonModel(Of NetworkFabricControllerData), IPersistableModel(Of NetworkFabricControllerData)
- Inheritance
- Implements
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) |
Explicit Interface Implementations
IJsonModel<NetworkFabricControllerData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkFabricControllerData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkFabricControllerData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkFabricControllerData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkFabricControllerData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET