Share via


ArmManagedNetworkFabricModelFactory.NetworkFabricControllerServices Method

Definition

Initializes a new instance of NetworkFabricControllerServices.

public static Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricControllerServices NetworkFabricControllerServices (System.Collections.Generic.IEnumerable<string> ipv4AddressSpaces = default, System.Collections.Generic.IEnumerable<string> ipv6AddressSpaces = default);
static member NetworkFabricControllerServices : seq<string> * seq<string> -> Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricControllerServices
Public Shared Function NetworkFabricControllerServices (Optional ipv4AddressSpaces As IEnumerable(Of String) = Nothing, Optional ipv6AddressSpaces As IEnumerable(Of String) = Nothing) As NetworkFabricControllerServices

Parameters

ipv4AddressSpaces
IEnumerable<String>

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.

ipv6AddressSpaces
IEnumerable<String>

The IPv6 is not supported right now.

Returns

A new NetworkFabricControllerServices instance for mocking.

Applies to