Sdílet prostřednictvím


ArmHciModelFactory.HciEdgeDeviceHostNetwork Method

Definition

Initializes a new instance of HciEdgeDeviceHostNetwork.

public static Azure.ResourceManager.Hci.Models.HciEdgeDeviceHostNetwork HciEdgeDeviceHostNetwork (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciEdgeDeviceIntents> intents = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciEdgeDeviceStorageNetworks> storageNetworks = default, bool? storageConnectivitySwitchless = default, bool? enableStorageAutoIP = default);
static member HciEdgeDeviceHostNetwork : seq<Azure.ResourceManager.Hci.Models.HciEdgeDeviceIntents> * seq<Azure.ResourceManager.Hci.Models.HciEdgeDeviceStorageNetworks> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Hci.Models.HciEdgeDeviceHostNetwork
Public Shared Function HciEdgeDeviceHostNetwork (Optional intents As IEnumerable(Of HciEdgeDeviceIntents) = Nothing, Optional storageNetworks As IEnumerable(Of HciEdgeDeviceStorageNetworks) = Nothing, Optional storageConnectivitySwitchless As Nullable(Of Boolean) = Nothing, Optional enableStorageAutoIP As Nullable(Of Boolean) = Nothing) As HciEdgeDeviceHostNetwork

Parameters

intents
IEnumerable<HciEdgeDeviceIntents>

The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.

storageNetworks
IEnumerable<HciEdgeDeviceStorageNetworks>

List of StorageNetworks config to deploy AzureStackHCI Cluster.

storageConnectivitySwitchless
Nullable<Boolean>

Defines how the storage adapters between nodes are connected either switch or switch less.

enableStorageAutoIP
Nullable<Boolean>

Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.

Returns

A new HciEdgeDeviceHostNetwork instance for mocking.

Applies to