MobileNetworkExtensions.GetMobileNetworkSimGroups メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetMobileNetworkSimGroups(SubscriptionResource, CancellationToken) |
サブスクリプション内のすべての SIM グループを取得します。
|
GetMobileNetworkSimGroups(ResourceGroupResource) |
ResourceGroupResource 内の MobileNetworkSimGroupResources のコレクションを取得します。 |
GetMobileNetworkSimGroups(SubscriptionResource, CancellationToken)
サブスクリプション内のすべての SIM グループを取得します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/simGroups
- 操作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)
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行するインスタンス。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の MobileNetworkSimGroupResource サービス要求を受け取る可能性がある のコレクション。
適用対象
GetMobileNetworkSimGroups(ResourceGroupResource)
ResourceGroupResource 内の MobileNetworkSimGroupResources のコレクションを取得します。
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
パラメーター
- resourceGroupResource
- ResourceGroupResource
ResourceGroupResourceメソッドが実行するインスタンス。
戻り値
MobileNetworkSimGroupResources のコレクションとその MobileNetworkSimGroupResource に対する操作を表す オブジェクト。