次の方法で共有


MobileNetworkSimGroupResource.GetMobileNetworkSimAsync メソッド

定義

指定した SIM に関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/simGroups/{simGroupName}/sims/{simName}
  • 操作IdSims_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSimResource>> GetMobileNetworkSimAsync (string simName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMobileNetworkSimAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSimResource>>
override this.GetMobileNetworkSimAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSimResource>>
Public Overridable Function GetMobileNetworkSimAsync (simName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MobileNetworkSimResource))

パラメーター

simName
String

SIM の名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

simName が null です。

適用対象