次の方法で共有


ArmDataBoxEdgeModelFactory.DataBoxEdgeIPv6Config メソッド

定義

DataBoxEdgeIPv6Config の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeIPv6Config DataBoxEdgeIPv6Config (string ipAddress = default, int? prefixLength = default, string gateway = default);
static member DataBoxEdgeIPv6Config : string * Nullable<int> * string -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeIPv6Config
Public Shared Function DataBoxEdgeIPv6Config (Optional ipAddress As String = Nothing, Optional prefixLength As Nullable(Of Integer) = Nothing, Optional gateway As String = Nothing) As DataBoxEdgeIPv6Config

パラメーター

ipAddress
String

ネットワーク アダプターの IPv6 アドレス。

prefixLength
Nullable<Int32>

ネットワーク アダプターの IPv6 プレフィックス。

gateway
String

ネットワーク アダプターの IPv6 ゲートウェイ。

戻り値

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

適用対象