NetworkFabricControllerProperties Class

Definition

NetworkFabricControllerProperties defines the resource properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPropertiesTypeConverter))]
public class NetworkFabricControllerProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricControllerProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPropertiesTypeConverter))>]
type NetworkFabricControllerProperties = class
    interface INetworkFabricControllerProperties
    interface IJsonSerializable
    interface IAnnotationResource
    interface INetworkFabricControllerPatchableProperties
    interface IValidates
Public Class NetworkFabricControllerProperties
Implements INetworkFabricControllerProperties, IValidates
Inheritance
NetworkFabricControllerProperties
Attributes
Implements

Constructors

Name Description
NetworkFabricControllerProperties()

Creates an new NetworkFabricControllerProperties instance.

Properties

Name Description
Annotation

Switch configuration description.

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.

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

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkFabricControllerProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricControllerProperties.

FromJsonString(String)

Creates a new instance of NetworkFabricControllerProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkFabricControllerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to