Dela via


ExtendedUEInfoResource.Get(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 Azure.Response<Azure.ResourceManager.MobileNetwork.ExtendedUEInfoResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.ExtendedUEInfoResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.ExtendedUEInfoResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExtendedUEInfoResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to