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() | |
NetworkInterfaceData0Settings(String, String) |
NetworkInterfaceData0Settings()
public NetworkInterfaceData0Settings();
Public Sub New ()
Applies to
NetworkInterfaceData0Settings(String, String)
public NetworkInterfaceData0Settings(string controllerZeroIp = default, string controllerOneIp = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.NetworkInterfaceData0Settings : string * string -> Microsoft.Azure.Management.StorSimple.Fluent.Models.NetworkInterfaceData0Settings
Public Sub New (Optional controllerZeroIp As String = Nothing, Optional controllerOneIp As String = Nothing)
Parameters
- controllerZeroIp
- String
- controllerOneIp
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET