ArmHciModelFactory.HciEdgeDeviceStorageAdapterIPInfo 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 HciEdgeDeviceStorageAdapterIPInfo.
public static Azure.ResourceManager.Hci.Models.HciEdgeDeviceStorageAdapterIPInfo HciEdgeDeviceStorageAdapterIPInfo (string physicalNode = default, string ipv4Address = default, string subnetMask = default);
static member HciEdgeDeviceStorageAdapterIPInfo : string * string * string -> Azure.ResourceManager.Hci.Models.HciEdgeDeviceStorageAdapterIPInfo
Public Shared Function HciEdgeDeviceStorageAdapterIPInfo (Optional physicalNode As String = Nothing, Optional ipv4Address As String = Nothing, Optional subnetMask As String = Nothing) As HciEdgeDeviceStorageAdapterIPInfo
Parameters
- physicalNode
- String
storage adapter physical node name.
- ipv4Address
- String
The IPv4 address assigned to each storage adapter physical node on your Azure Stack HCI cluster.
- subnetMask
- String
The SubnetMask address assigned to each storage adapter physical node on your Azure Stack HCI cluster.
Returns
A new HciEdgeDeviceStorageAdapterIPInfo instance for mocking.
Applies to
Azure SDK for .NET