ArmManagedNetworkFabricModelFactory.NetworkFabricControllerServices Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET