NetworkFabricData Constructor
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 NetworkFabricData.
public NetworkFabricData (Azure.Core.AzureLocation location, string networkFabricSku, Azure.Core.ResourceIdentifier networkFabricControllerId, int serverCountPerRack, string ipv4Prefix, long fabricAsn, Azure.ResourceManager.ManagedNetworkFabric.Models.TerminalServerConfiguration terminalServerConfiguration, Azure.ResourceManager.ManagedNetworkFabric.Models.ManagementNetworkConfigurationProperties managementNetworkConfiguration);
new Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricData : Azure.Core.AzureLocation * string * Azure.Core.ResourceIdentifier * int * string * int64 * Azure.ResourceManager.ManagedNetworkFabric.Models.TerminalServerConfiguration * Azure.ResourceManager.ManagedNetworkFabric.Models.ManagementNetworkConfigurationProperties -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricData
Public Sub New (location As AzureLocation, networkFabricSku As String, networkFabricControllerId As ResourceIdentifier, serverCountPerRack As Integer, ipv4Prefix As String, fabricAsn As Long, terminalServerConfiguration As TerminalServerConfiguration, managementNetworkConfiguration As ManagementNetworkConfigurationProperties)
Parameters
- location
- AzureLocation
The location.
- networkFabricSku
- String
Supported Network Fabric SKU.Example: Compute / Aggregate racks. Once the user chooses a particular SKU, only supported racks can be added to the Network Fabric. The SKU determines whether it is a single / multi rack Network Fabric.
- networkFabricControllerId
- ResourceIdentifier
Azure resource ID for the NetworkFabricController the NetworkFabric belongs.
- serverCountPerRack
- Int32
Number of servers.Possible values are from 1-16.
- ipv4Prefix
- String
IPv4Prefix for Management Network. Example: 10.1.0.0/19.
- fabricAsn
- Int64
ASN of CE devices for CE/PE connectivity.
- terminalServerConfiguration
- TerminalServerConfiguration
Network and credentials configuration currently applied to terminal server.
- managementNetworkConfiguration
- ManagementNetworkConfigurationProperties
Configuration to be used to setup the management network.
Exceptions
networkFabricSku
, networkFabricControllerId
, ipv4Prefix
, terminalServerConfiguration
or managementNetworkConfiguration
is null.
Applies to
Azure SDK for .NET