Freigeben über


MobileNetworkExtensions.GetMobileNetworkSimGroups Methode

Definition

Überlädt

GetMobileNetworkSimGroups(SubscriptionResource, CancellationToken)

Ruft alle SIM-Gruppen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MobileNetwork/simGroups
  • Vorgangs-IdSimGroups_ListBySubscription
GetMobileNetworkSimGroups(ResourceGroupResource)

Ruft eine Auflistung von MobileNetworkSimGroupResources in resourceGroupResource ab.

GetMobileNetworkSimGroups(SubscriptionResource, CancellationToken)

Ruft alle SIM-Gruppen in einem Abonnement ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.MobileNetwork/simGroups
  • Vorgangs-IdSimGroups_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.MobileNetwork.MobileNetworkSimGroupResource> GetMobileNetworkSimGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetMobileNetworkSimGroups : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MobileNetwork.MobileNetworkSimGroupResource>
<Extension()>
Public Function GetMobileNetworkSimGroups (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MobileNetworkSimGroupResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von MobileNetworkSimGroupResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

GetMobileNetworkSimGroups(ResourceGroupResource)

Ruft eine Auflistung von MobileNetworkSimGroupResources in resourceGroupResource ab.

public static Azure.ResourceManager.MobileNetwork.MobileNetworkSimGroupCollection GetMobileNetworkSimGroups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetMobileNetworkSimGroups : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.MobileNetwork.MobileNetworkSimGroupCollection
<Extension()>
Public Function GetMobileNetworkSimGroups (resourceGroupResource As ResourceGroupResource) As MobileNetworkSimGroupCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von MobileNetworkSimGroupResources und deren Vorgängen über eine MobileNetworkSimGroupResource darstellt.

Gilt für: