Compartir a través de


PacketCoreControlPlaneResource.GetPacketCoreDataPlaneAsync Método

Definición

Obtiene información sobre el plano de datos del núcleo de paquetes especificado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • IdPacketCoreDataPlanes_Get de operaciones
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>> GetPacketCoreDataPlaneAsync (string packetCoreDataPlaneName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPacketCoreDataPlaneAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>>
override this.GetPacketCoreDataPlaneAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>>
Public Overridable Function GetPacketCoreDataPlaneAsync (packetCoreDataPlaneName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PacketCoreDataPlaneResource))

Parámetros

packetCoreDataPlaneName
String

Nombre del plano de datos principal del paquete.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

packetCoreDataPlaneName es una cadena vacía y se esperaba que no estuviera vacía.

packetCoreDataPlaneName es null.

Se aplica a