ArmNetAppModelFactory.NicInfo Method
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.
Initializes a new instance of NicInfo.
public static Azure.ResourceManager.NetApp.Models.NicInfo NicInfo (string ipAddress = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> volumeResourceIds = default);
static member NicInfo : string * seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.NetApp.Models.NicInfo
Public Shared Function NicInfo (Optional ipAddress As String = Nothing, Optional volumeResourceIds As IEnumerable(Of ResourceIdentifier) = Nothing) As NicInfo
Parameters
- ipAddress
- String
ipAddress.
- volumeResourceIds
- IEnumerable<ResourceIdentifier>
Volume resource Ids.
Returns
A new NicInfo instance for mocking.
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