NetworkInterfaceData0Settings Constructors
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.
Overloads
NetworkInterfaceData0Settings() |
Initializes a new instance of the NetworkInterfaceData0Settings class. |
NetworkInterfaceData0Settings(String, String) |
Initializes a new instance of the NetworkInterfaceData0Settings class. |
NetworkInterfaceData0Settings()
Initializes a new instance of the NetworkInterfaceData0Settings class.
public NetworkInterfaceData0Settings ();
Public Sub New ()
Applies to
NetworkInterfaceData0Settings(String, String)
Initializes a new instance of the NetworkInterfaceData0Settings class.
public NetworkInterfaceData0Settings (string controllerZeroIp = default, string controllerOneIp = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkInterfaceData0Settings : string * string -> Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkInterfaceData0Settings
Public Sub New (Optional controllerZeroIp As String = Nothing, Optional controllerOneIp As String = Nothing)
Parameters
- controllerZeroIp
- String
The controller 0's IPv4 address.
- controllerOneIp
- String
The controller 1's IPv4 address.