ArmArcScVmmModelFactory.NetworkInterfaces 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 NetworkInterfaces.
public static Azure.ResourceManager.ArcScVmm.Models.NetworkInterfaces NetworkInterfaces (string name = default, string displayName = default, System.Collections.Generic.IEnumerable<string> ipv4Addresses = default, System.Collections.Generic.IEnumerable<string> ipv6Addresses = default, string macAddress = default, string virtualNetworkId = default, string networkName = default, Azure.ResourceManager.ArcScVmm.Models.AllocationMethod? ipv4AddressType = default, Azure.ResourceManager.ArcScVmm.Models.AllocationMethod? ipv6AddressType = default, Azure.ResourceManager.ArcScVmm.Models.AllocationMethod? macAddressType = default, string nicId = default);
static member NetworkInterfaces : string * string * seq<string> * seq<string> * string * string * string * Nullable<Azure.ResourceManager.ArcScVmm.Models.AllocationMethod> * Nullable<Azure.ResourceManager.ArcScVmm.Models.AllocationMethod> * Nullable<Azure.ResourceManager.ArcScVmm.Models.AllocationMethod> * string -> Azure.ResourceManager.ArcScVmm.Models.NetworkInterfaces
Public Shared Function NetworkInterfaces (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional ipv4Addresses As IEnumerable(Of String) = Nothing, Optional ipv6Addresses As IEnumerable(Of String) = Nothing, Optional macAddress As String = Nothing, Optional virtualNetworkId As String = Nothing, Optional networkName As String = Nothing, Optional ipv4AddressType As Nullable(Of AllocationMethod) = Nothing, Optional ipv6AddressType As Nullable(Of AllocationMethod) = Nothing, Optional macAddressType As Nullable(Of AllocationMethod) = Nothing, Optional nicId As String = Nothing) As NetworkInterfaces
Paramètres
- name
- String
Obtient ou définit le nom de l’interface réseau.
- displayName
- String
Obtient le nom d’affichage de l’interface réseau, comme indiqué dans vmmServer. Il s’agit de l’étiquette de secours pour une carte réseau lorsque le nom n’est pas défini.
- ipv4Addresses
- IEnumerable<String>
Obtient ou définit les adresses ipv4 de la carte réseau.
- ipv6Addresses
- IEnumerable<String>
Obtient ou définit les adresses ipv6 de la carte réseau.
- macAddress
- String
Obtient ou définit l’adresse MAC de la carte réseau.
- virtualNetworkId
- String
Obtient ou définit l’ID ARM de la ressource Microsoft.ScVmm/virtualNetwork pour connecter la carte réseau.
- networkName
- String
Obtient ou définit le nom du réseau virtuel dans vmmServer auquel la carte réseau est connectée.
- ipv4AddressType
- Nullable<AllocationMethod>
Obtient ou définit le type d’adresse ipv4.
- ipv6AddressType
- Nullable<AllocationMethod>
Obtient ou définit le type d’adresse ipv6.
- macAddressType
- Nullable<AllocationMethod>
Obtient ou définit le type d’adresse mac.
- nicId
- String
Obtient ou définit l’ID de carte réseau.
Retours
Une nouvelle NetworkInterfaces instance de moqueries.
S’applique à
Azure SDK for .NET