ArmHciModelFactory.DeploymentSettingHostNetwork 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.
public static Azure.ResourceManager.Hci.Models.DeploymentSettingHostNetwork DeploymentSettingHostNetwork(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.DeploymentSettingIntents> intents = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.DeploymentSettingStorageNetworks> storageNetworks = default, Azure.ResourceManager.Hci.Models.SanClusterNetworkConfig sanNetworksClusterNetworkConfig = default, bool? storageConnectivitySwitchless = default, bool? enableStorageAutoIP = default);
static member DeploymentSettingHostNetwork : seq<Azure.ResourceManager.Hci.Models.DeploymentSettingIntents> * seq<Azure.ResourceManager.Hci.Models.DeploymentSettingStorageNetworks> * Azure.ResourceManager.Hci.Models.SanClusterNetworkConfig * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.Hci.Models.DeploymentSettingHostNetwork
Public Shared Function DeploymentSettingHostNetwork (Optional intents As IEnumerable(Of DeploymentSettingIntents) = Nothing, Optional storageNetworks As IEnumerable(Of DeploymentSettingStorageNetworks) = Nothing, Optional sanNetworksClusterNetworkConfig As SanClusterNetworkConfig = Nothing, Optional storageConnectivitySwitchless As Nullable(Of Boolean) = Nothing, Optional enableStorageAutoIP As Nullable(Of Boolean) = Nothing) As DeploymentSettingHostNetwork
Parameters
- intents
- IEnumerable<DeploymentSettingIntents>
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<DeploymentSettingStorageNetworks>
List of StorageNetworks config to deploy AzureStackHCI Cluster.
- sanNetworksClusterNetworkConfig
- SanClusterNetworkConfig
Cluster (CSV/LiveMig) network configuration for SAN deployments.
Defines how the storage adapters between nodes are connected either switch or switch less..
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 DeploymentSettingHostNetwork instance for mocking.