NicIPv6 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
NicIPv6() | |
NicIPv6(String, String, String, String, String) |
NicIPv6()
public NicIPv6 ();
Public Sub New ()
Applies to
NicIPv6(String, String, String, String, String)
public NicIPv6 (string ipv6Address = default, string ipv6Prefix = default, string ipv6Gateway = default, string controller0Ipv6Address = default, string controller1Ipv6Address = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.NicIPv6 : string * string * string * string * string -> Microsoft.Azure.Management.StorSimple.Fluent.Models.NicIPv6
Public Sub New (Optional ipv6Address As String = Nothing, Optional ipv6Prefix As String = Nothing, Optional ipv6Gateway As String = Nothing, Optional controller0Ipv6Address As String = Nothing, Optional controller1Ipv6Address As String = Nothing)
Parameters
- ipv6Address
- String
- ipv6Prefix
- String
- ipv6Gateway
- String
- controller0Ipv6Address
- String
- controller1Ipv6Address
- 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