MockableMobileNetworkTenantResource.GetTenantPacketCoreControlPlaneVersionAsync Method

Definition

Gets information about the specified packet core control plane version.

  • Request Path: /providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Operation Id: PacketCoreControlPlaneVersions_Get
  • Default Api Version: 2024-02-01
  • Resource: TenantPacketCoreControlPlaneVersionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource>> GetTenantPacketCoreControlPlaneVersionAsync (string versionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTenantPacketCoreControlPlaneVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource>>
override this.GetTenantPacketCoreControlPlaneVersionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource>>
Public Overridable Function GetTenantPacketCoreControlPlaneVersionAsync (versionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TenantPacketCoreControlPlaneVersionResource))

Parameters

versionName
String

The name of the packet core control plane version.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

versionName is null.

versionName is an empty string, and was expected to be non-empty.

Applies to