你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MobileNetworkExtensions.GetSubscriptionPacketCoreControlPlaneVersion 方法

定义

获取有关指定的数据包核心控制平面版本的信息。

  • 请求路径/subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • 操作IdPacketCoreControlPlaneVersions_GetBySubscription
public static Azure.Response<Azure.ResourceManager.MobileNetwork.SubscriptionPacketCoreControlPlaneVersionResource> GetSubscriptionPacketCoreControlPlaneVersion (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string versionName, System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionPacketCoreControlPlaneVersion : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.SubscriptionPacketCoreControlPlaneVersionResource>
<Extension()>
Public Function GetSubscriptionPacketCoreControlPlaneVersion (subscriptionResource As SubscriptionResource, versionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SubscriptionPacketCoreControlPlaneVersionResource)

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

versionName
String

数据包核心控制平面版本的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

versionName 是一个空字符串,预期为非空。

versionName 为 null。

适用于