다음을 통해 공유


ExtendedUEInfoResource.GetAsync(CancellationToken) Method

Definition

Gets extended information about the specified UE from the packet core.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/ues/{ueId}/extendedInformation/default
  • Operation Id: ExtendedUeInformation_Get
  • Default Api Version: 2024-02-01
  • Resource: ExtendedUEInfoResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.ExtendedUEInfoResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.ExtendedUEInfoResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MobileNetwork.ExtendedUEInfoResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ExtendedUEInfoResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to