NicInfo Constructors
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.
NicInfo() |
Initializes a new instance of the NicInfo class. |
NicInfo(String, IList<String>) |
Initializes a new instance of the NicInfo class. |
Initializes a new instance of the NicInfo class.
C#
public NicInfo ();
Public Sub New ()
Applies to
Azure - PowerShell Commands Latest และ Azure - PowerShell Commands 12 (LTS)
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Initializes a new instance of the NicInfo class.
C#
public NicInfo (string ipAddress = default, System.Collections.Generic.IList<string> volumeResourceIds = default);
new Microsoft.Azure.Management.NetApp.Models.NicInfo : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.NetApp.Models.NicInfo
Public Sub New (Optional ipAddress As String = Nothing, Optional volumeResourceIds As IList(Of String) = Nothing)
Parameters
- ipAddress
- String
ipAddress
Applies to
Azure - PowerShell Commands Latest และ Azure - PowerShell Commands 12 (LTS)
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |