次の方法で共有


ArmArcScVmmModelFactory.NetworkInterfaces メソッド

定義

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

パラメーター

name
String

ネットワーク インターフェイスの名前を取得または設定します。

displayName
String

vmmServer に示すように、ネットワーク インターフェイスの表示名を取得します。 これは、名前が設定されていない場合の NIC のフォールバック ラベルです。

ipv4Addresses
IEnumerable<String>

nic ipv4 アドレスを取得または設定します。

ipv6Addresses
IEnumerable<String>

nic ipv6 アドレスを取得または設定します。

macAddress
String

NIC MAC アドレスを取得または設定します。

virtualNetworkId
String

NIC を接続する Microsoft.ScVmm/virtualNetwork リソースの ARM ID を取得または設定します。

networkName
String

nic が接続されている vmmServer 内の仮想ネットワークの名前を取得または設定します。

ipv4AddressType
Nullable<AllocationMethod>

ipv4 アドレスの種類を取得または設定します。

ipv6AddressType
Nullable<AllocationMethod>

ipv6 アドレスの種類を取得または設定します。

macAddressType
Nullable<AllocationMethod>

mac アドレスの種類を取得または設定します。

nicId
String

NIC ID を取得または設定します。

戻り値

モック作成用の新しい NetworkInterfaces インスタンス。

適用対象