PacketCoreControlPlaneResource.GetMobileNetworkDiagnosticsPackage メソッド

定義

指定した診断 パッケージに関する情報を取得します。

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

パラメーター

diagnosticsPackageName
String

診断 パッケージの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

diagnosticsPackageName が null です。

適用対象