Compartilhar via


ArmArcScVmmModelFactory.NetworkInterfaces Método

Definição

Inicializa uma nova instância 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

Parâmetros

name
String

Obtém ou define o nome do adaptador de rede.

displayName
String

Obtém o nome de exibição do adaptador de rede, conforme mostrado no vmmServer. Esse é o rótulo de fallback para uma NIC quando o nome não está definido.

ipv4Addresses
IEnumerable<String>

Obtém ou define os endereços ipv4 nic.

ipv6Addresses
IEnumerable<String>

Obtém ou define os endereços ipv6 nic.

macAddress
String

Obtém ou define o endereço MAC nic.

virtualNetworkId
String

Obtém ou define a ID do ARM do recurso Microsoft.ScVmm/virtualNetwork para conectar a nic.

networkName
String

Obtém ou define o nome da rede virtual no vmmServer ao qual a nic está conectada.

ipv4AddressType
Nullable<AllocationMethod>

Obtém ou define o tipo de endereço ipv4.

ipv6AddressType
Nullable<AllocationMethod>

Obtém ou define o tipo de endereço ipv6.

macAddressType
Nullable<AllocationMethod>

Obtém ou define o tipo de endereço mac.

nicId
String

Obtém ou define a ID nic.

Retornos

Uma nova NetworkInterfaces instância para simulação.

Aplica-se a