次の方法で共有


SubscriptionPacketCoreControlPlaneVersionCollection.GetIfExists メソッド

定義

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • 操作IdPacketCoreControlPlaneVersions_GetBySubscription
public virtual Azure.NullableResponse<Azure.ResourceManager.MobileNetwork.SubscriptionPacketCoreControlPlaneVersionResource> GetIfExists (string versionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MobileNetwork.SubscriptionPacketCoreControlPlaneVersionResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MobileNetwork.SubscriptionPacketCoreControlPlaneVersionResource>
Public Overridable Function GetIfExists (versionName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SubscriptionPacketCoreControlPlaneVersionResource)

パラメーター

versionName
String

パケット コア コントロール プレーン バージョンの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

versionName が null です。

適用対象