次の方法で共有


MobileNetworkResource.GetMobileDataNetwork(String, CancellationToken) メソッド

定義

指定したデータ ネットワークに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/dataNetworks/{dataNetworkName}
  • 操作IdDataNetworks_Get
public virtual Azure.Response<Azure.ResourceManager.MobileNetwork.MobileDataNetworkResource> GetMobileDataNetwork (string dataNetworkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMobileDataNetwork : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileDataNetworkResource>
override this.GetMobileDataNetwork : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileDataNetworkResource>
Public Overridable Function GetMobileDataNetwork (dataNetworkName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MobileDataNetworkResource)

パラメーター

dataNetworkName
String

データ ネットワークの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

dataNetworkName は空の文字列であり、空でないと予想されていました。

dataNetworkName が null です。

適用対象