ArmHciModelFactory.HciEdgeDeviceStorageNetworks 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 HciEdgeDeviceStorageNetworks.
public static Azure.ResourceManager.Hci.Models.HciEdgeDeviceStorageNetworks HciEdgeDeviceStorageNetworks (string name = default, string networkAdapterName = default, string storageVlanId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciEdgeDeviceStorageAdapterIPInfo> storageAdapterIPInfo = default);
static member HciEdgeDeviceStorageNetworks : string * string * string * seq<Azure.ResourceManager.Hci.Models.HciEdgeDeviceStorageAdapterIPInfo> -> Azure.ResourceManager.Hci.Models.HciEdgeDeviceStorageNetworks
Public Shared Function HciEdgeDeviceStorageNetworks (Optional name As String = Nothing, Optional networkAdapterName As String = Nothing, Optional storageVlanId As String = Nothing, Optional storageAdapterIPInfo As IEnumerable(Of HciEdgeDeviceStorageAdapterIPInfo) = Nothing) As HciEdgeDeviceStorageNetworks
Parameters
- name
- String
Name of the storage network.
- networkAdapterName
- String
Name of the storage network adapter.
- storageVlanId
- String
ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- storageAdapterIPInfo
- IEnumerable<HciEdgeDeviceStorageAdapterIPInfo>
List of Storage adapter physical nodes config to deploy AzureStackHCI Cluster.
Returns
A new HciEdgeDeviceStorageNetworks instance for mocking.
Applies to
Azure SDK for .NET