次の方法で共有


MobileAttachedDataNetworkData コンストラクター

定義

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

public MobileAttachedDataNetworkData (Azure.Core.AzureLocation location, Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties userPlaneDataInterface, System.Collections.Generic.IEnumerable<string> dnsAddresses);
new Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkData : Azure.Core.AzureLocation * Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties * seq<string> -> Azure.ResourceManager.MobileNetwork.MobileAttachedDataNetworkData
Public Sub New (location As AzureLocation, userPlaneDataInterface As MobileNetworkInterfaceProperties, dnsAddresses As IEnumerable(Of String))

パラメーター

location
AzureLocation

場所。

userPlaneDataInterface
MobileNetworkInterfaceProperties

データ ネットワーク上のユーザー プレーン インターフェイス。 5G ネットワークの場合、これは N6 インターフェイスです。 4G ネットワークの場合、これは SGi インターフェイスです。

dnsAddresses
IEnumerable<String>

この接続されたデータ ネットワークに使用する UI にシグナルを送信する DNS サーバー。 この構成は必須です。DNS サーバーが必要ない場合は、空の配列を指定する必要があります。

例外

userPlaneDataInterface または dnsAddresses が null です。

適用対象