Freigeben über


ArmArcScVmmModelFactory.NetworkInterfaces Methode

Definition

Initialisiert eine neue instance von 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

Parameter

name
String

Ruft den Namen der Netzwerkschnittstelle ab oder legt den Namen fest.

displayName
String

Ruft den Anzeigenamen der Netzwerkschnittstelle ab, wie im vmmServer dargestellt. Dies ist die Fallbackbezeichnung für eine NIC, wenn der Name nicht festgelegt ist.

ipv4Addresses
IEnumerable<String>

Ruft die nic ipv4-Adressen ab oder legt sie fest.

ipv6Addresses
IEnumerable<String>

Ruft die ipv6-Adressen der Nic ab oder legt sie fest.

macAddress
String

Ruft die nic MAC-Adresse ab oder legt sie fest.

virtualNetworkId
String

Ruft die ARM-ID der Microsoft.ScVmm/virtualNetwork-Ressource ab, um die Nic zu verbinden, oder legt diese fest.

networkName
String

Ruft den Namen des virtuellen Netzwerks in vmmServer ab, mit dem die Nic verbunden ist, oder legt diesen fest.

ipv4AddressType
Nullable<AllocationMethod>

Ruft den ipv4-Adresstyp ab oder legt diese fest.

ipv6AddressType
Nullable<AllocationMethod>

Ruft den ipv6-Adresstyp ab oder legt diese fest.

macAddressType
Nullable<AllocationMethod>

Ruft den Mac-Adresstyp ab oder legt diese fest.

nicId
String

Ruft die Nic-ID ab oder legt sie fest.

Gibt zurück

Eine neue NetworkInterfaces instance zum Mocking.

Gilt für: