ManagementGroupSubscriptionsOperationsExtensions.GetSubscriptionsUnderManagementGroupAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup>> GetSubscriptionsUnderManagementGroupAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations operations, string groupId, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetSubscriptionsUnderManagementGroupAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupSubscriptionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup>>
<Extension()>
Public Function GetSubscriptionsUnderManagementGroupAsync (operations As IManagementGroupSubscriptionsOperations, groupId As String, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SubscriptionUnderManagementGroup))
パラメーター
- operations
- IManagementGroupSubscriptionsOperations
この拡張メソッドの操作グループ。
- groupId
- String
管理グループ ID。
- skiptoken
- String
ページ継続トークンは、前の操作で部分的な結果が返された場合にのみ使用されます。 前の応答に nextLink 要素が含まれている場合、nextLink 要素の値には、後続の呼び出しに使用する開始点を指定するトークン パラメーターが含まれます。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET