次の方法で共有


ManagementGroupSubscriptionsOperationsExtensions クラス

定義

ManagementGroupSubscriptionsOperations の拡張メソッド。

public static class ManagementGroupSubscriptionsOperationsExtensions
type ManagementGroupSubscriptionsOperationsExtensions = class
Public Module ManagementGroupSubscriptionsOperationsExtensions
継承
ManagementGroupSubscriptionsOperationsExtensions

メソッド

Create(IManagementGroupSubscriptionsOperations, String, String, String)

既存のサブスクリプションと管理グループを関連付けます。

CreateAsync(IManagementGroupSubscriptionsOperations, String, String, String, CancellationToken)

既存のサブスクリプションと管理グループを関連付けます。

Delete(IManagementGroupSubscriptionsOperations, String, String, String)

管理グループからサブスクリプションの関連付けを解除します。

DeleteAsync(IManagementGroupSubscriptionsOperations, String, String, String, CancellationToken)

管理グループからサブスクリプションの関連付けを解除します。

GetSubscription(IManagementGroupSubscriptionsOperations, String, String, String)

管理グループに関連付けられている特定のサブスクリプションに関する詳細を取得します。

GetSubscriptionAsync(IManagementGroupSubscriptionsOperations, String, String, String, CancellationToken)

管理グループに関連付けられている特定のサブスクリプションに関する詳細を取得します。

GetSubscriptionsUnderManagementGroup(IManagementGroupSubscriptionsOperations, String, String)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

GetSubscriptionsUnderManagementGroupAsync(IManagementGroupSubscriptionsOperations, String, String, CancellationToken)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

GetSubscriptionsUnderManagementGroupNext(IManagementGroupSubscriptionsOperations, String)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

GetSubscriptionsUnderManagementGroupNextAsync(IManagementGroupSubscriptionsOperations, String, CancellationToken)

管理グループに関連付けられているすべてのサブスクリプションの詳細を取得します。

適用対象