INetworkFabricController Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerTypeConverter))]
public interface INetworkFabricController : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerTypeConverter))>]
type INetworkFabricController = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface INetworkFabricController
Implements ITrackedResource
Derived
Attributes
Implements

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}"

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

(Inherited from ITrackedResource)
ManagedResourceGroupConfigurationLocation

Managed resource group location.

ManagedResourceGroupConfigurationName

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

Name

The name of the resource

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
TenantInternetGatewayId

List of tenant InternetGateway resource IDs

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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

Applies to