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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET