ArmNetAppModelFactory.NicInfo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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
Paramètres
- ipAddress
- String
Ipaddress.
- volumeResourceIds
- IEnumerable<ResourceIdentifier>
ID de ressource de volume.
Retours
Une nouvelle NicInfo instance pour se moquer.