次の方法で共有


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

定義

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}
  • 操作IdSlices_Get
public virtual Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource> GetMobileNetworkSlice (string sliceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMobileNetworkSlice : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>
override this.GetMobileNetworkSlice : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>
Public Overridable Function GetMobileNetworkSlice (sliceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MobileNetworkSliceResource)

パラメーター

sliceName
String

ネットワーク スライスの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

sliceName が null です。

適用対象