TenantPacketCoreControlPlaneVersionCollection.GetAll Method

Definition

Lists all supported packet core control planes versions.

public virtual Azure.Pageable<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TenantPacketCoreControlPlaneVersionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of TenantPacketCoreControlPlaneVersionResource that may take multiple service requests to iterate over.

Applies to