Freigeben über


MobileNetworkSliceCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet alle Slices im mobilen Netzwerk auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices
  • Vorgangs-IdSlices_ListByMobileNetwork
public virtual Azure.AsyncPageable<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MobileNetwork.MobileNetworkSliceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MobileNetworkSliceResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von MobileNetworkSliceResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: