INetworkFabricControllerProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPropertiesTypeConverter))]
public interface INetworkFabricControllerProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricControllerPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPropertiesTypeConverter))>]
type INetworkFabricControllerProperties = interface
    interface IJsonSerializable
    interface IAnnotationResource
    interface INetworkFabricControllerPatchableProperties
Public Interface INetworkFabricControllerProperties
Implements IAnnotationResource, INetworkFabricControllerPatchableProperties
Derived
Attributes
Implements

Properties

Name Description
Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
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)

(Inherited from INetworkFabricControllerPatchableProperties)
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.

ManagedResourceGroupConfigurationLocation

Managed resource group location.

ManagedResourceGroupConfigurationName

The NFC service will be hosted in a Managed resource group.

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.

TenantInternetGatewayId

List of tenant InternetGateway resource IDs

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).

(Inherited from INetworkFabricControllerPatchableProperties)
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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to