NetworkFabricController 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.
The Network Fabric Controller resource definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerTypeConverter))]
public class NetworkFabricController : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricController, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerTypeConverter))>]
type NetworkFabricController = class
interface INetworkFabricController
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class NetworkFabricController
Implements INetworkFabricController, IValidates
- Inheritance
-
NetworkFabricController
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricController() |
Creates an new NetworkFabricController instance. |
Properties
| Name | Description |
|---|---|
| Annotation |
Switch configuration description. |
| Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| InfrastructureExpressRouteConnection |
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) |
| InfrastructureServiceIpv4AddressSpace |
The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute. |
| InfrastructureServiceIpv6AddressSpace |
The IPv6 is not supported right now. |
| Ipv4AddressSpace |
IPv4 Network Fabric Controller Address Space. |
| Ipv6AddressSpace |
IPv6 Network Fabric Controller Address Space. |
| 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 |
| ManagedResourceGroupConfigurationLocation |
Managed resource group location. |
| ManagedResourceGroupConfigurationName |
The NFC service will be hosted in a Managed resource group. |
| Name |
The name of the resource |
| NetworkFabricId |
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. |
| ResourceGroupName |
Gets the resource group name |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Tag |
Resource tags. |
| TenantInternetGatewayId |
List of tenant InternetGateway resource IDs |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
| WorkloadExpressRouteConnection |
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). |
| WorkloadManagementNetwork |
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. |
| WorkloadServiceIpv4AddressSpace |
The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute. |
| WorkloadServiceIpv6AddressSpace |
The IPv6 is not supported right now. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkFabricController. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFabricController. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricController. |
| FromJsonString(String) |
Creates a new instance of NetworkFabricController, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFabricController into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |